Html Css Color HEX #9E36BA Dark Orchid

📋 copy color: '#9E36BA'

red 158 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9E36BA

Tints of Dark Orchid #9E36BA

RGB

 RED value IS 158 (62.11% from 255) = 39.7%

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

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

R = 39.7%
G = 13.57%
B = 46.73%

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

#9E36BA (or 0x9E36BA) is known color: Dark Orchid. HEX triplet: 9E, 36 and BA. RGB value is (158,54,186). Sum of RGB (Red+Green+Blue) = 158+54+186=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36BA is #61C945. Grayscale: #636363. Windows color (decimal): -6408518 or 12203678. OLE color: 12203678.

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

Color convert

RGB 158 54 186 -
CMYK 0.15 0.71 0 0.27
HSL 287.27º 0.55% 0.47% -
HSV(B) 287.27º 0.71% 0.73% -
XYZ 24.28 13.45 47.77 -
YUV 100.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 158 54 186 0.15 0.71 0 0.27 287.27 0.55 0.47
Hex 9E 36 BA F 47 0 1B 11F 37 2F
Octal 236 66 272 17 107 0 33 437 67 57
Binary 10011110 110110 10111010 1111 1000111 0 11011 100011111 110111 101111

Color Harmonies of #9E36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E36BA

Black with #9E36BA

Text Example


Text Example

White with #9E36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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