Html Css Color HEX #9F22DB Dark Orchid

📋 copy color: '#9F22DB'

red 159 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #9F22DB

Tints of Dark Orchid #9F22DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 38.59%
G = 8.25%
B = 53.16%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F22DB (or 0x9F22DB) is known color: Dark Orchid. HEX triplet: 9F, 22 and DB. RGB value is (159,34,219). Sum of RGB (Red+Green+Blue) = 159+34+219=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22DB is #60DD24. Grayscale: #5B5B5B. Windows color (decimal): -6348069 or 14361247. OLE color: 14361247.

HSL color Cylindrical-coordinate representation of color #9F22DB: hue angle of 280.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F22DB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 34 219 -
CMYK 0.27 0.84 0 0.14
HSL 280.54º 0.73% 0.5% -
HSV(B) 280.54º 0.84% 0.86% -
XYZ 27.66 13.63 68.19 -
YUV 92.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 159 34 219 0.27 0.84 0 0.14 280.54 0.73 0.5
Hex 9F 22 DB 1B 54 0 E 119 49 32
Octal 237 42 333 33 124 0 16 431 111 62
Binary 10011111 100010 11011011 11011 1010100 0 1110 100011001 1001001 110010

Color Harmonies of #9F22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F22DB

Black with #9F22DB

Text Example


Text Example

White with #9F22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,219); }

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

background-color css

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

 a { background-color: rgb(159,34,219); }

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

border-color css

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

 span { border-color: rgb(159,34,219); }

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