Html Css Color HEX #9F21DD Dark Orchid

📋 copy color: '#9F21DD'

red 159 ◦ green 33 ◦ blue 221

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

Shades of Dark Orchid #9F21DD

Tints of Dark Orchid #9F21DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 38.5%
G = 7.99%
B = 53.51%

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

#9F21DD (or 0x9F21DD) is known color: Dark Orchid. HEX triplet: 9F, 21 and DD. RGB value is (159,33,221). Sum of RGB (Red+Green+Blue) = 159+33+221=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F21DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21DD is #60DE22. Grayscale: #5B5B5B. Windows color (decimal): -6348323 or 14492063. OLE color: 14492063.

HSL color Cylindrical-coordinate representation of color #9F21DD: hue angle of 280.21º 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 #9F21DD is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 33 221 -
CMYK 0.28 0.85 0 0.13
HSL 280.21º 0.74% 0.5% -
HSV(B) 280.21º 0.85% 0.87% -
XYZ 27.89 13.68 69.58 -
YUV 92.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 159 33 221 0.28 0.85 0 0.13 280.21 0.74 0.5
Hex 9F 21 DD 1C 55 0 D 118 4A 32
Octal 237 41 335 34 125 0 15 430 112 62
Binary 10011111 100001 11011101 11100 1010101 0 1101 100011000 1001010 110010

Color Harmonies of #9F21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21DD

Black with #9F21DD

Text Example


Text Example

White with #9F21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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