Html Css Color HEX #9C06D8 Dark Violet

📋 copy color: '#9C06D8'

red 156 ◦ green 6 ◦ blue 216

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

Shades of Dark Violet #9C06D8

Tints of Dark Violet #9C06D8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 216 (84.77% from 255) = 57.14%

R = 41.27%
G = 1.59%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C06D8 (or 0x9C06D8) is known color: Dark Violet. HEX triplet: 9C, 06 and D8. RGB value is (156,6,216). Sum of RGB (Red+Green+Blue) = 156+6+216=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C06D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06D8 is #63F927. Grayscale: #4A4A4A. Windows color (decimal): -6551848 or 14157468. OLE color: 14157468.

HSL color Cylindrical-coordinate representation of color #9C06D8: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06D8 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 6 216 -
CMYK 0.28 0.97 0 0.15
HSL 282.86º 0.95% 0.44% -
HSV(B) 282.86º 0.97% 0.85% -
XYZ 26.17 12.16 65.93 -
YUV 74.79 207.7 185.92 -
System Red Green Blue C M Y K H S L
Decimal 156 6 216 0.28 0.97 0 0.15 282.86 0.95 0.44
Hex 9C 6 D8 1C 61 0 F 11B 5F 2C
Octal 234 6 330 34 141 0 17 433 137 54
Binary 10011100 110 11011000 11100 1100001 0 1111 100011011 1011111 101100

Color Harmonies of #9C06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06D8

Black with #9C06D8

Text Example


Text Example

White with #9C06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,216); }

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

background-color css

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

 a { background-color: rgb(156,6,216); }

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

border-color css

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

 span { border-color: rgb(156,6,216); }

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