Html Css Color HEX #9C36BA Dark Orchid

📋 copy color: '#9C36BA'

red 156 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #9C36BA

Tints of Dark Orchid #9C36BA

RGB

 RED value IS 156 (61.33% from 255) = 39.39%

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

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

R = 39.39%
G = 13.64%
B = 46.97%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C36BA (or 0x9C36BA) is known color: Dark Orchid. HEX triplet: 9C, 36 and BA. RGB value is (156,54,186). Sum of RGB (Red+Green+Blue) = 156+54+186=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C36BA is #63C945. Grayscale: #636363. Windows color (decimal): -6539590 or 12203676. OLE color: 12203676.

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

Color convert

RGB 156 54 186 -
CMYK 0.16 0.71 0 0.27
HSL 286.36º 0.55% 0.47% -
HSV(B) 286.36º 0.71% 0.73% -
XYZ 23.89 13.25 47.75 -
YUV 99.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 156 54 186 0.16 0.71 0 0.27 286.36 0.55 0.47
Hex 9C 36 BA 10 47 0 1B 11E 37 2F
Octal 234 66 272 20 107 0 33 436 67 57
Binary 10011100 110110 10111010 10000 1000111 0 11011 100011110 110111 101111

Color Harmonies of #9C36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C36BA

Black with #9C36BA

Text Example


Text Example

White with #9C36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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