Html Css Color HEX #9C10D3 Dark Violet

📋 copy color: '#9C10D3'

red 156 ◦ green 16 ◦ blue 211

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

Shades of Dark Violet #9C10D3

Tints of Dark Violet #9C10D3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

 BLUE value IS 211 (82.81% from 255) = 55.09%

R = 40.73%
G = 4.18%
B = 55.09%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9C10D3 (or 0x9C10D3) is known color: Dark Violet. HEX triplet: 9C, 10 and D3. RGB value is (156,16,211). Sum of RGB (Red+Green+Blue) = 156+16+211=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C10D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10D3 is #63EF2C. Grayscale: #4F4F4F. Windows color (decimal): -6549293 or 13832348. OLE color: 13832348.

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

Color convert

RGB 156 16 211 -
CMYK 0.26 0.92 0 0.17
HSL 283.08º 0.86% 0.45% -
HSV(B) 283.08º 0.92% 0.83% -
XYZ 25.65 12.14 62.62 -
YUV 80.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 156 16 211 0.26 0.92 0 0.17 283.08 0.86 0.45
Hex 9C 10 D3 1A 5C 0 11 11B 56 2D
Octal 234 20 323 32 134 0 21 433 126 55
Binary 10011100 10000 11010011 11010 1011100 0 10001 100011011 1010110 101101

Color Harmonies of #9C10D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C10D3

Black with #9C10D3

Text Example


Text Example

White with #9C10D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,211); }

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

background-color css

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

 a { background-color: rgb(156,16,211); }

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

border-color css

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

 span { border-color: rgb(156,16,211); }

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