Html Css Color HEX #9F1ECE Dark Orchid

📋 copy color: '#9F1ECE'

red 159 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #9F1ECE

Tints of Dark Orchid #9F1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 40.25%
G = 7.59%
B = 52.15%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F1ECE (or 0x9F1ECE) is known color: Dark Orchid. HEX triplet: 9F, 1E and CE. RGB value is (159,30,206). Sum of RGB (Red+Green+Blue) = 159+30+206=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ECE is #60E131. Grayscale: #585858. Windows color (decimal): -6349106 or 13508255. OLE color: 13508255.

HSL color Cylindrical-coordinate representation of color #9F1ECE: hue angle of 283.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1ECE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 30 206 -
CMYK 0.23 0.85 0 0.19
HSL 283.98º 0.75% 0.46% -
HSV(B) 283.98º 0.85% 0.81% -
XYZ 25.9 12.76 59.49 -
YUV 88.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 159 30 206 0.23 0.85 0 0.19 283.98 0.75 0.46
Hex 9F 1E CE 17 55 0 13 11C 4B 2E
Octal 237 36 316 27 125 0 23 434 113 56
Binary 10011111 11110 11001110 10111 1010101 0 10011 100011100 1001011 101110

Color Harmonies of #9F1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1ECE

Black with #9F1ECE

Text Example


Text Example

White with #9F1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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