Html Css Color HEX #9F37DD Dark Orchid

📋 copy color: '#9F37DD'

red 159 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #9F37DD

Tints of Dark Orchid #9F37DD

RGB

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

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

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

R = 36.55%
G = 12.64%
B = 50.8%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F37DD (or 0x9F37DD) is known color: Dark Orchid. HEX triplet: 9F, 37 and DD. RGB value is (159,55,221). Sum of RGB (Red+Green+Blue) = 159+55+221=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37DD is #60C822. Grayscale: #686868. Windows color (decimal): -6342691 or 14497695. OLE color: 14497695.

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

Color convert

RGB 159 55 221 -
CMYK 0.28 0.75 0 0.13
HSL 277.59º 0.71% 0.54% -
HSV(B) 277.59º 0.75% 0.87% -
XYZ 28.72 15.32 69.85 -
YUV 105.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 159 55 221 0.28 0.75 0 0.13 277.59 0.71 0.54
Hex 9F 37 DD 1C 4B 0 D 116 47 36
Octal 237 67 335 34 113 0 15 426 107 66
Binary 10011111 110111 11011101 11100 1001011 0 1101 100010110 1000111 110110

Color Harmonies of #9F37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37DD

Black with #9F37DD

Text Example


Text Example

White with #9F37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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