Html Css Color HEX #9C0ECE Dark Violet

📋 copy color: '#9C0ECE'

red 156 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #9C0ECE

Tints of Dark Violet #9C0ECE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.72%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 41.49%
G = 3.72%
B = 54.79%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C0ECE (or 0x9C0ECE) is known color: Dark Violet. HEX triplet: 9C, 0E and CE. RGB value is (156,14,206). Sum of RGB (Red+Green+Blue) = 156+14+206=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C0ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ECE is #63F131. Grayscale: #4D4D4D. Windows color (decimal): -6549810 or 13504156. OLE color: 13504156.

HSL color Cylindrical-coordinate representation of color #9C0ECE: hue angle of 284.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0ECE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 14 206 -
CMYK 0.24 0.93 0 0.19
HSL 284.38º 0.87% 0.43% -
HSV(B) 284.38º 0.93% 0.81% -
XYZ 25.01 11.84 59.36 -
YUV 78.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 156 14 206 0.24 0.93 0 0.19 284.38 0.87 0.43
Hex 9C E CE 18 5D 0 13 11C 57 2B
Octal 234 16 316 30 135 0 23 434 127 53
Binary 10011100 1110 11001110 11000 1011101 0 10011 100011100 1010111 101011

Color Harmonies of #9C0ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0ECE

Black with #9C0ECE

Text Example


Text Example

White with #9C0ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,206); }

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

background-color css

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

 a { background-color: rgb(156,14,206); }

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

border-color css

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

 span { border-color: rgb(156,14,206); }

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