#9a34ba

Color #9A34BA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9A34BA

Tints of Dark Orchid #9A34BA

Color information

#9A34BA (or 0x9A34BA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 34 and BA. RGB value is (154,52,186). Sum of RGB (Red+Green+Blue) = 154+52+186=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A34BA is #65CB45. Grayscale: #616161. Windows color (decimal): -6671174 or 12203162. OLE color: 12203162.

HSL color Cylindrical-coordinate representation of color #9A34BA: hue angle of 285.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A34BA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15452186-
CMYK0.170.7200.27
HSL285.67º56.3%46.67%-
HSV(B)285.67º72.04%72.94%-
XYZ23.4212.8747.7-
YUV97.77177.79168.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=39.29%
G=13.27%
B=47.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154521860.170.7200.27285.6756.346.67
Hex9A34BA114801B11e382f
Octal23264272211100334367057
Binary1001101011010010111010100011001000011011100011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a34ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a34ba; }

 p { color: rgb(154,52,186); }

 H1.HeaderClassName
 {
   color: #9a34ba;
 }
 .AnyTagClassName
 {
   color: #9a34ba;
 }
</style>
background-color css

<style>
 a { background-color: #9a34ba; }

 a { background-color: rgb(154,52,186); }

 div.DivClassName
 {
   background-color: #9a34ba;
 }
 .BgClassName
 {
   background-color: #9a34ba;
 }
</style>
border-color css

<style>
 span { border-color: #9a34ba; }

 span { border-color: rgb(154,52,186); }

 td.TdClassName
 {
   border-color: #9a34ba;
 }
 .TagClassName
 {
   border-color: #9a34ba;
 }
</style>