Html Css Color HEX #9F37BC Dark Orchid

📋 copy color: '#9F37BC'

red 159 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #9F37BC

Tints of Dark Orchid #9F37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 39.55%
G = 13.68%
B = 46.77%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F37BC (or 0x9F37BC) is known color: Dark Orchid. HEX triplet: 9F, 37 and BC. RGB value is (159,55,188). Sum of RGB (Red+Green+Blue) = 159+55+188=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37BC is #60C843. Grayscale: #646464. Windows color (decimal): -6342724 or 12335007. OLE color: 12335007.

HSL color Cylindrical-coordinate representation of color #9F37BC: hue angle of 286.92º 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 #9F37BC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 55 188 -
CMYK 0.15 0.71 0 0.26
HSL 286.92º 0.55% 0.48% -
HSV(B) 286.92º 0.71% 0.74% -
XYZ 24.74 13.73 48.92 -
YUV 101.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 159 55 188 0.15 0.71 0 0.26 286.92 0.55 0.48
Hex 9F 37 BC F 47 0 1A 11F 37 30
Octal 237 67 274 17 107 0 32 437 67 60
Binary 10011111 110111 10111100 1111 1000111 0 11010 100011111 110111 110000

Color Harmonies of #9F37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37BC

Black with #9F37BC

Text Example


Text Example

White with #9F37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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