Html Css Color HEX #9F36C1 Dark Orchid

📋 copy color: '#9F36C1'

red 159 ◦ green 54 ◦ blue 193

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

Shades of Dark Orchid #9F36C1

Tints of Dark Orchid #9F36C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 39.16%
G = 13.3%
B = 47.54%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9F36C1 (or 0x9F36C1) is known color: Dark Orchid. HEX triplet: 9F, 36 and C1. RGB value is (159,54,193). Sum of RGB (Red+Green+Blue) = 159+54+193=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F36C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36C1 is #60C93E. Grayscale: #646464. Windows color (decimal): -6342975 or 12662431. OLE color: 12662431.

HSL color Cylindrical-coordinate representation of color #9F36C1: hue angle of 285.32º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F36C1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 54 193 -
CMYK 0.18 0.72 0 0.24
HSL 285.32º 0.56% 0.48% -
HSV(B) 285.32º 0.72% 0.76% -
XYZ 25.24 13.86 51.8 -
YUV 101.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 159 54 193 0.18 0.72 0 0.24 285.32 0.56 0.48
Hex 9F 36 C1 12 48 0 18 11D 38 30
Octal 237 66 301 22 110 0 30 435 70 60
Binary 10011111 110110 11000001 10010 1001000 0 11000 100011101 111000 110000

Color Harmonies of #9F36C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F36C1

Black with #9F36C1

Text Example


Text Example

White with #9F36C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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