Html Css Color HEX #9C18CD Dark Violet

📋 copy color: '#9C18CD'

red 156 ◦ green 24 ◦ blue 205

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

Shades of Dark Violet #9C18CD

Tints of Dark Violet #9C18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

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

R = 40.52%
G = 6.23%
B = 53.25%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C18CD (or 0x9C18CD) is known color: Dark Violet. HEX triplet: 9C, 18 and CD. RGB value is (156,24,205). Sum of RGB (Red+Green+Blue) = 156+24+205=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C18CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C18CD is #63E732. Grayscale: #535353. Windows color (decimal): -6547251 or 13441180. OLE color: 13441180.

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

Color convert

RGB 156 24 205 -
CMYK 0.24 0.88 0 0.20
HSL 283.76º 0.79% 0.45% -
HSV(B) 283.76º 0.88% 0.8% -
XYZ 25.06 12.13 58.78 -
YUV 84.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 156 24 205 0.24 0.88 0 0.20 283.76 0.79 0.45
Hex 9C 18 CD 18 58 0 14 11C 4F 2D
Octal 234 30 315 30 130 0 24 434 117 55
Binary 10011100 11000 11001101 11000 1011000 0 10100 100011100 1001111 101101

Color Harmonies of #9C18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C18CD

Black with #9C18CD

Text Example


Text Example

White with #9C18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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