Html Css Color HEX #9F2CDE Dark Orchid

📋 copy color: '#9F2CDE'

red 159 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #9F2CDE

Tints of Dark Orchid #9F2CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

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

R = 37.41%
G = 10.35%
B = 52.24%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F2CDE (or 0x9F2CDE) is known color: Dark Orchid. HEX triplet: 9F, 2C and DE. RGB value is (159,44,222). Sum of RGB (Red+Green+Blue) = 159+44+222=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CDE is #60D321. Grayscale: #626262. Windows color (decimal): -6345506 or 14560415. OLE color: 14560415.

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

Color convert

RGB 159 44 222 -
CMYK 0.28 0.80 0 0.13
HSL 278.76º 0.73% 0.52% -
HSV(B) 278.76º 0.8% 0.87% -
XYZ 28.38 14.45 70.4 -
YUV 98.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 159 44 222 0.28 0.80 0 0.13 278.76 0.73 0.52
Hex 9F 2C DE 1C 50 0 D 117 49 34
Octal 237 54 336 34 120 0 15 427 111 64
Binary 10011111 101100 11011110 11100 1010000 0 1101 100010111 1001001 110100

Color Harmonies of #9F2CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2CDE

Black with #9F2CDE

Text Example


Text Example

White with #9F2CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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