Html Css Color HEX #9F21DE Dark Orchid

📋 copy color: '#9F21DE'

red 159 ◦ green 33 ◦ blue 222

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

Shades of Dark Orchid #9F21DE

Tints of Dark Orchid #9F21DE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.97%

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

R = 38.41%
G = 7.97%
B = 53.62%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F21DE (or 0x9F21DE) is known color: Dark Orchid. HEX triplet: 9F, 21 and DE. RGB value is (159,33,222). Sum of RGB (Red+Green+Blue) = 159+33+222=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F21DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21DE is #60DE21. Grayscale: #5B5B5B. Windows color (decimal): -6348322 or 14557599. OLE color: 14557599.

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

Color convert

RGB 159 33 222 -
CMYK 0.28 0.85 0 0.13
HSL 280º 0.74% 0.5% -
HSV(B) 280º 0.85% 0.87% -
XYZ 28.03 13.73 70.28 -
YUV 92.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 159 33 222 0.28 0.85 0 0.13 280 0.74 0.5
Hex 9F 21 DE 1C 55 0 D 118 4A 32
Octal 237 41 336 34 125 0 15 430 112 62
Binary 10011111 100001 11011110 11100 1010101 0 1101 100011000 1001010 110010

Color Harmonies of #9F21DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21DE

Black with #9F21DE

Text Example


Text Example

White with #9F21DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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