Html Css Color HEX #9C08BC Dark Violet

📋 copy color: '#9C08BC'

red 156 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #9C08BC

Tints of Dark Violet #9C08BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 44.32%
G = 2.27%
B = 53.41%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C08BC (or 0x9C08BC) is known color: Dark Violet. HEX triplet: 9C, 08 and BC. RGB value is (156,8,188). Sum of RGB (Red+Green+Blue) = 156+8+188=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C08BC is #63F743. Grayscale: #484848. Windows color (decimal): -6551364 or 12322972. OLE color: 12322972.

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

Color convert

RGB 156 8 188 -
CMYK 0.17 0.96 0 0.26
HSL 289.33º 0.92% 0.38% -
HSV(B) 289.33º 0.96% 0.74% -
XYZ 22.87 10.87 48.47 -
YUV 72.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 156 8 188 0.17 0.96 0 0.26 289.33 0.92 0.38
Hex 9C 8 BC 11 60 0 1A 121 5C 26
Octal 234 10 274 21 140 0 32 441 134 46
Binary 10011100 1000 10111100 10001 1100000 0 11010 100100001 1011100 100110

Color Harmonies of #9C08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C08BC

Black with #9C08BC

Text Example


Text Example

White with #9C08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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