Html Css Color HEX #9F37BD Dark Orchid

📋 copy color: '#9F37BD'

red 159 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #9F37BD

Tints of Dark Orchid #9F37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 39.45%
G = 13.65%
B = 46.9%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F37BD (or 0x9F37BD) is known color: Dark Orchid. HEX triplet: 9F, 37 and BD. RGB value is (159,55,189). Sum of RGB (Red+Green+Blue) = 159+55+189=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37BD is #60C842. Grayscale: #646464. Windows color (decimal): -6342723 or 12400543. OLE color: 12400543.

HSL color Cylindrical-coordinate representation of color #9F37BD: hue angle of 286.57º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F37BD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 55 189 -
CMYK 0.16 0.71 0 0.26
HSL 286.57º 0.55% 0.48% -
HSV(B) 286.57º 0.71% 0.74% -
XYZ 24.85 13.78 49.49 -
YUV 101.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 159 55 189 0.16 0.71 0 0.26 286.57 0.55 0.48
Hex 9F 37 BD 10 47 0 1A 11F 37 30
Octal 237 67 275 20 107 0 32 437 67 60
Binary 10011111 110111 10111101 10000 1000111 0 11010 100011111 110111 110000

Color Harmonies of #9F37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37BD

Black with #9F37BD

Text Example


Text Example

White with #9F37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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