Html Css Color HEX #9C0DCE Dark Violet

📋 copy color: '#9C0DCE'

red 156 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #9C0DCE

Tints of Dark Violet #9C0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.47%

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

R = 41.6%
G = 3.47%
B = 54.93%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C0DCE (or 0x9C0DCE) is known color: Dark Violet. HEX triplet: 9C, 0D and CE. RGB value is (156,13,206). Sum of RGB (Red+Green+Blue) = 156+13+206=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C0DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DCE is #63F231. Grayscale: #4D4D4D. Windows color (decimal): -6550066 or 13503900. OLE color: 13503900.

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

Color convert

RGB 156 13 206 -
CMYK 0.24 0.94 0 0.19
HSL 284.46º 0.88% 0.43% -
HSV(B) 284.46º 0.94% 0.81% -
XYZ 24.99 11.81 59.36 -
YUV 77.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 156 13 206 0.24 0.94 0 0.19 284.46 0.88 0.43
Hex 9C D CE 18 5E 0 13 11C 58 2B
Octal 234 15 316 30 136 0 23 434 130 53
Binary 10011100 1101 11001110 11000 1011110 0 10011 100011100 1011000 101011

Color Harmonies of #9C0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DCE

Black with #9C0DCE

Text Example


Text Example

White with #9C0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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