Html Css Color HEX #9C10DF Dark Violet

📋 copy color: '#9C10DF'

red 156 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9C10DF

Tints of Dark Violet #9C10DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 39.49%
G = 4.05%
B = 56.46%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C10DF (or 0x9C10DF) is known color: Dark Violet. HEX triplet: 9C, 10 and DF. RGB value is (156,16,223). Sum of RGB (Red+Green+Blue) = 156+16+223=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10DF is #63EF20. Grayscale: #505050. Windows color (decimal): -6549281 or 14618780. OLE color: 14618780.

HSL color Cylindrical-coordinate representation of color #9C10DF: hue angle of 280.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C10DF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 16 223 -
CMYK 0.30 0.93 0 0.13
HSL 280.58º 0.87% 0.47% -
HSV(B) 280.58º 0.93% 0.87% -
XYZ 27.21 12.77 70.84 -
YUV 81.46 207.88 181.17 -
System Red Green Blue C M Y K H S L
Decimal 156 16 223 0.30 0.93 0 0.13 280.58 0.87 0.47
Hex 9C 10 DF 1E 5D 0 D 119 57 2F
Octal 234 20 337 36 135 0 15 431 127 57
Binary 10011100 10000 11011111 11110 1011101 0 1101 100011001 1010111 101111

Color Harmonies of #9C10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C10DF

Black with #9C10DF

Text Example


Text Example

White with #9C10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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