Html Css Color HEX #9C06EA Dark Violet

📋 copy color: '#9C06EA'

red 156 ◦ green 6 ◦ blue 234

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

Shades of Dark Violet #9C06EA

Tints of Dark Violet #9C06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 39.39%
G = 1.52%
B = 59.09%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C06EA (or 0x9C06EA) is known color: Dark Violet. HEX triplet: 9C, 06 and EA. RGB value is (156,6,234). Sum of RGB (Red+Green+Blue) = 156+6+234=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C06EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C06EA is #63F915. Grayscale: #4C4C4C. Windows color (decimal): -6551830 or 15337116. OLE color: 15337116.

HSL color Cylindrical-coordinate representation of color #9C06EA: hue angle of 279.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06EA is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 6 234 -
CMYK 0.33 0.97 0 0.08
HSL 279.47º 0.95% 0.47% -
HSV(B) 279.47º 0.97% 0.92% -
XYZ 28.63 13.14 78.87 -
YUV 76.84 216.7 184.46 -
System Red Green Blue C M Y K H S L
Decimal 156 6 234 0.33 0.97 0 0.08 279.47 0.95 0.47
Hex 9C 6 EA 21 61 0 8 117 5F 2F
Octal 234 6 352 41 141 0 10 427 137 57
Binary 10011100 110 11101010 100001 1100001 0 1000 100010111 1011111 101111

Color Harmonies of #9C06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06EA

Black with #9C06EA

Text Example


Text Example

White with #9C06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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