Html Css Color HEX #9F2ECE Dark Orchid

📋 copy color: '#9F2ECE'

red 159 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #9F2ECE

Tints of Dark Orchid #9F2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

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

R = 38.69%
G = 11.19%
B = 50.12%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F2ECE (or 0x9F2ECE) is known color: Dark Orchid. HEX triplet: 9F, 2E and CE. RGB value is (159,46,206). Sum of RGB (Red+Green+Blue) = 159+46+206=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ECE is #60D131. Grayscale: #616161. Windows color (decimal): -6345010 or 13512351. OLE color: 13512351.

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

Color convert

RGB 159 46 206 -
CMYK 0.23 0.78 0 0.19
HSL 282.38º 0.63% 0.49% -
HSV(B) 282.38º 0.78% 0.81% -
XYZ 26.42 13.78 59.66 -
YUV 98.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 159 46 206 0.23 0.78 0 0.19 282.38 0.63 0.49
Hex 9F 2E CE 17 4E 0 13 11A 3F 31
Octal 237 56 316 27 116 0 23 432 77 61
Binary 10011111 101110 11001110 10111 1001110 0 10011 100011010 111111 110001

Color Harmonies of #9F2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2ECE

Black with #9F2ECE

Text Example


Text Example

White with #9F2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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