Html Css Color HEX #9C10CD Dark Violet

📋 copy color: '#9C10CD'

red 156 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #9C10CD

Tints of Dark Violet #9C10CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 41.38%
G = 4.24%
B = 54.38%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C10CD (or 0x9C10CD) is known color: Dark Violet. HEX triplet: 9C, 10 and CD. RGB value is (156,16,205). Sum of RGB (Red+Green+Blue) = 156+16+205=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C10CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10CD is #63EF32. Grayscale: #4E4E4E. Windows color (decimal): -6549299 or 13439132. OLE color: 13439132.

HSL color Cylindrical-coordinate representation of color #9C10CD: hue angle of 284.44º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C10CD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 16 205 -
CMYK 0.24 0.92 0 0.20
HSL 284.44º 0.86% 0.43% -
HSV(B) 284.44º 0.92% 0.8% -
XYZ 24.92 11.85 58.73 -
YUV 79.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 156 16 205 0.24 0.92 0 0.20 284.44 0.86 0.43
Hex 9C 10 CD 18 5C 0 14 11C 56 2B
Octal 234 20 315 30 134 0 24 434 126 53
Binary 10011100 10000 11001101 11000 1011100 0 10100 100011100 1010110 101011

Color Harmonies of #9C10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C10CD

Black with #9C10CD

Text Example


Text Example

White with #9C10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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