Html Css Color HEX #9F2ECC Dark Orchid

📋 copy color: '#9F2ECC'

red 159 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #9F2ECC

Tints of Dark Orchid #9F2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 38.88%
G = 11.25%
B = 49.88%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F2ECC (or 0x9F2ECC) is known color: Dark Orchid. HEX triplet: 9F, 2E and CC. RGB value is (159,46,204). Sum of RGB (Red+Green+Blue) = 159+46+204=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ECC is #60D133. Grayscale: #616161. Windows color (decimal): -6345012 or 13381279. OLE color: 13381279.

HSL color Cylindrical-coordinate representation of color #9F2ECC: hue angle of 282.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2ECC is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 46 204 -
CMYK 0.22 0.77 0 0.2
HSL 282.91º 0.63% 0.49% -
HSV(B) 282.91º 0.77% 0.8% -
XYZ 26.17 13.68 58.39 -
YUV 97.8 187.94 171.65 -
System Red Green Blue C M Y K H S L
Decimal 159 46 204 0.22 0.77 0 0.2 282.91 0.63 0.49
Hex 9F 2E CC 16 4D 0 14 11B 3F 31
Octal 237 56 314 26 115 0 24 433 77 61
Binary 10011111 101110 11001100 10110 1001101 0 10100 100011011 111111 110001

Color Harmonies of #9F2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2ECC

Black with #9F2ECC

Text Example


Text Example

White with #9F2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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