Html Css Color HEX #9F36BA Dark Orchid

📋 copy color: '#9F36BA'

red 159 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9F36BA

Tints of Dark Orchid #9F36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.53%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 39.85%
G = 13.53%
B = 46.62%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F36BA (or 0x9F36BA) is known color: Dark Orchid. HEX triplet: 9F, 36 and BA. RGB value is (159,54,186). Sum of RGB (Red+Green+Blue) = 159+54+186=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36BA is #60C945. Grayscale: #646464. Windows color (decimal): -6342982 or 12203679. OLE color: 12203679.

HSL color Cylindrical-coordinate representation of color #9F36BA: hue angle of 287.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F36BA is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 54 186 -
CMYK 0.15 0.71 0 0.27
HSL 287.73º 0.55% 0.47% -
HSV(B) 287.73º 0.71% 0.73% -
XYZ 24.48 13.55 47.78 -
YUV 100.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 159 54 186 0.15 0.71 0 0.27 287.73 0.55 0.47
Hex 9F 36 BA F 47 0 1B 120 37 2F
Octal 237 66 272 17 107 0 33 440 67 57
Binary 10011111 110110 10111010 1111 1000111 0 11011 100100000 110111 101111

Color Harmonies of #9F36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F36BA

Black with #9F36BA

Text Example


Text Example

White with #9F36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,186); }

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

background-color css

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

 a { background-color: rgb(159,54,186); }

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

border-color css

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

 span { border-color: rgb(159,54,186); }

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