Html Css Color HEX #9F37DB Dark Orchid

📋 copy color: '#9F37DB'

red 159 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #9F37DB

Tints of Dark Orchid #9F37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.7%

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

R = 36.72%
G = 12.7%
B = 50.58%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F37DB (or 0x9F37DB) is known color: Dark Orchid. HEX triplet: 9F, 37 and DB. RGB value is (159,55,219). Sum of RGB (Red+Green+Blue) = 159+55+219=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37DB is #60C824. Grayscale: #686868. Windows color (decimal): -6342693 or 14366623. OLE color: 14366623.

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

Color convert

RGB 159 55 219 -
CMYK 0.27 0.75 0 0.14
HSL 278.05º 0.69% 0.54% -
HSV(B) 278.05º 0.75% 0.86% -
XYZ 28.45 15.22 68.46 -
YUV 104.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 159 55 219 0.27 0.75 0 0.14 278.05 0.69 0.54
Hex 9F 37 DB 1B 4B 0 E 116 45 36
Octal 237 67 333 33 113 0 16 426 105 66
Binary 10011111 110111 11011011 11011 1001011 0 1110 100010110 1000101 110110

Color Harmonies of #9F37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37DB

Black with #9F37DB

Text Example


Text Example

White with #9F37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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