Html Css Color HEX #9C08BA Dark Violet

📋 copy color: '#9C08BA'

red 156 ◦ green 8 ◦ blue 186

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

Shades of Dark Violet #9C08BA

Tints of Dark Violet #9C08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 44.57%
G = 2.29%
B = 53.14%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C08BA (or 0x9C08BA) is known color: Dark Violet. HEX triplet: 9C, 08 and BA. RGB value is (156,8,186). Sum of RGB (Red+Green+Blue) = 156+8+186=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C08BA is #63F745. Grayscale: #474747. Windows color (decimal): -6551366 or 12191900. OLE color: 12191900.

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

Color convert

RGB 156 8 186 -
CMYK 0.16 0.96 0 0.27
HSL 289.89º 0.92% 0.38% -
HSV(B) 289.89º 0.96% 0.73% -
XYZ 22.66 10.79 47.34 -
YUV 72.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 156 8 186 0.16 0.96 0 0.27 289.89 0.92 0.38
Hex 9C 8 BA 10 60 0 1B 122 5C 26
Octal 234 10 272 20 140 0 33 442 134 46
Binary 10011100 1000 10111010 10000 1100000 0 11011 100100010 1011100 100110

Color Harmonies of #9C08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C08BA

Black with #9C08BA

Text Example


Text Example

White with #9C08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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