Html Css Color HEX #9F36BC Dark Orchid

📋 copy color: '#9F36BC'

red 159 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #9F36BC

Tints of Dark Orchid #9F36BC

RGB

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

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

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

R = 39.65%
G = 13.47%
B = 46.88%

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

#9F36BC (or 0x9F36BC) is known color: Dark Orchid. HEX triplet: 9F, 36 and BC. RGB value is (159,54,188). Sum of RGB (Red+Green+Blue) = 159+54+188=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36BC is #60C943. Grayscale: #646464. Windows color (decimal): -6342980 or 12334751. OLE color: 12334751.

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

Color convert

RGB 159 54 188 -
CMYK 0.15 0.71 0 0.26
HSL 287.01º 0.55% 0.47% -
HSV(B) 287.01º 0.71% 0.74% -
XYZ 24.69 13.64 48.91 -
YUV 100.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 159 54 188 0.15 0.71 0 0.26 287.01 0.55 0.47
Hex 9F 36 BC F 47 0 1A 11F 37 2F
Octal 237 66 274 17 107 0 32 437 67 57
Binary 10011111 110110 10111100 1111 1000111 0 11010 100011111 110111 101111

Color Harmonies of #9F36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F36BC

Black with #9F36BC

Text Example


Text Example

White with #9F36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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