Html Css Color HEX #9F37DF Dark Orchid

📋 copy color: '#9F37DF'

red 159 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #9F37DF

Tints of Dark Orchid #9F37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 36.38%
G = 12.59%
B = 51.03%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F37DF (or 0x9F37DF) is known color: Dark Orchid. HEX triplet: 9F, 37 and DF. RGB value is (159,55,223). Sum of RGB (Red+Green+Blue) = 159+55+223=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37DF is #60C820. Grayscale: #686868. Windows color (decimal): -6342689 or 14628767. OLE color: 14628767.

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

Color convert

RGB 159 55 223 -
CMYK 0.29 0.75 0 0.13
HSL 277.14º 0.72% 0.55% -
HSV(B) 277.14º 0.75% 0.87% -
XYZ 28.98 15.43 71.26 -
YUV 105.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 159 55 223 0.29 0.75 0 0.13 277.14 0.72 0.55
Hex 9F 37 DF 1D 4B 0 D 115 48 37
Octal 237 67 337 35 113 0 15 425 110 67
Binary 10011111 110111 11011111 11101 1001011 0 1101 100010101 1001000 110111

Color Harmonies of #9F37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37DF

Black with #9F37DF

Text Example


Text Example

White with #9F37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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