Html Css Color HEX #9C00DF Dark Violet

📋 copy color: '#9C00DF'

red 156 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9C00DF

Tints of Dark Violet #9C00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.16%
G = 0%
B = 58.84%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C00DF (or 0x9C00DF) is known color: Dark Violet. HEX triplet: 9C, 00 and DF. RGB value is (156,0,223). Sum of RGB (Red+Green+Blue) = 156+0+223=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00DF is #63FF20. Grayscale: #474747. Windows color (decimal): -6553377 or 14614684. OLE color: 14614684.

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

Color convert

RGB 156 0 223 -
CMYK 0.30 1 0 0.13
HSL 281.97º 1% 0.44% -
HSV(B) 281.97º 1% 0.87% -
XYZ 27.03 12.4 70.78 -
YUV 72.07 213.18 187.87 -
System Red Green Blue C M Y K H S L
Decimal 156 0 223 0.30 1 0 0.13 281.97 1 0.44
Hex 9C 0 DF 1E 64 0 D 11A 64 2C
Octal 234 0 337 36 144 0 15 432 144 54
Binary 10011100 0 11011111 11110 1100100 0 1101 100011010 1100100 101100

Color Harmonies of #9C00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C00DF

Black with #9C00DF

Text Example


Text Example

White with #9C00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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