Html Css Color HEX #9F1EAC Dark Orchid

📋 copy color: '#9F1EAC'

red 159 ◦ green 30 ◦ blue 172

#9F1EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9F1EAC

Tints of Dark Orchid #9F1EAC

RGB

 RED value IS 159 (62.5% from 255) = 44.04%

 GREEN value IS 30 (12.11% from 255) = 8.31%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 44.04%
G = 8.31%
B = 47.65%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F1EAC (or 0x9F1EAC) is known color: Dark Orchid. HEX triplet: 9F, 1E and AC. RGB value is (159,30,172). Sum of RGB (Red+Green+Blue) = 159+30+172=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1EAC is #60E153. Grayscale: #545454. Windows color (decimal): -6349140 or 11280031. OLE color: 11280031.

HSL color Cylindrical-coordinate representation of color #9F1EAC: hue angle of 294.51º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1EAC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 30 172 -
CMYK 0.08 0.83 0 0.33
HSL 294.51º 0.7% 0.4% -
HSV(B) 294.51º 0.83% 0.67% -
XYZ 22.21 11.28 40.04 -
YUV 84.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 159 30 172 0.08 0.83 0 0.33 294.51 0.7 0.4
Hex 9F 1E AC 8 53 0 21 127 46 28
Octal 237 36 254 10 123 0 41 447 106 50
Binary 10011111 11110 10101100 1000 1010011 0 100001 100100111 1000110 101000

Color Harmonies of #9F1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1EAC

Black with #9F1EAC

Text Example


Text Example

White with #9F1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,172); }

 H1.HeaderClassName
 {
   color: #9F1EAC;
 }
 .AnyTagClassName
 {
   color: #9F1EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(159,30,172); }

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

border-color css

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

 span { border-color: rgb(159,30,172); }

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