Html Css Color HEX #9F1CDE Dark Orchid

📋 copy color: '#9F1CDE'

red 159 ◦ green 28 ◦ blue 222

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

Shades of Dark Orchid #9F1CDE

Tints of Dark Orchid #9F1CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.85%

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 38.88%
G = 6.85%
B = 54.28%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F1CDE (or 0x9F1CDE) is known color: Dark Orchid. HEX triplet: 9F, 1C and DE. RGB value is (159,28,222). Sum of RGB (Red+Green+Blue) = 159+28+222=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F1CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CDE is #60E321. Grayscale: #585858. Windows color (decimal): -6349602 or 14556319. OLE color: 14556319.

HSL color Cylindrical-coordinate representation of color #9F1CDE: hue angle of 280.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1CDE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 28 222 -
CMYK 0.28 0.87 0 0.13
HSL 280.52º 0.78% 0.49% -
HSV(B) 280.52º 0.87% 0.87% -
XYZ 27.9 13.48 70.24 -
YUV 89.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 159 28 222 0.28 0.87 0 0.13 280.52 0.78 0.49
Hex 9F 1C DE 1C 57 0 D 119 4E 31
Octal 237 34 336 34 127 0 15 431 116 61
Binary 10011111 11100 11011110 11100 1010111 0 1101 100011001 1001110 110001

Color Harmonies of #9F1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CDE

Black with #9F1CDE

Text Example


Text Example

White with #9F1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,222); }

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

background-color css

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

 a { background-color: rgb(159,28,222); }

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

border-color css

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

 span { border-color: rgb(159,28,222); }

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