Html Css Color HEX #9C05BA Dark Violet

📋 copy color: '#9C05BA'

red 156 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #9C05BA

Tints of Dark Violet #9C05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 44.96%
G = 1.44%
B = 53.6%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C05BA (or 0x9C05BA) is known color: Dark Violet. HEX triplet: 9C, 05 and BA. RGB value is (156,5,186). Sum of RGB (Red+Green+Blue) = 156+5+186=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C05BA is #63FA45. Grayscale: #464646. Windows color (decimal): -6552134 or 12191132. OLE color: 12191132.

HSL color Cylindrical-coordinate representation of color #9C05BA: hue angle of 290.06º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C05BA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 5 186 -
CMYK 0.16 0.97 0 0.27
HSL 290.06º 0.95% 0.37% -
HSV(B) 290.06º 0.97% 0.73% -
XYZ 22.63 10.72 47.33 -
YUV 70.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 156 5 186 0.16 0.97 0 0.27 290.06 0.95 0.37
Hex 9C 5 BA 10 61 0 1B 122 5F 25
Octal 234 5 272 20 141 0 33 442 137 45
Binary 10011100 101 10111010 10000 1100001 0 11011 100100010 1011111 100101

Color Harmonies of #9C05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C05BA

Black with #9C05BA

Text Example


Text Example

White with #9C05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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