Html Css Color HEX #9C15DF Dark Violet

📋 copy color: '#9C15DF'

red 156 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #9C15DF

Tints of Dark Violet #9C15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 39%
G = 5.25%
B = 55.75%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C15DF (or 0x9C15DF) is known color: Dark Violet. HEX triplet: 9C, 15 and DF. RGB value is (156,21,223). Sum of RGB (Red+Green+Blue) = 156+21+223=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15DF is #63EA20. Grayscale: #535353. Windows color (decimal): -6548001 or 14620060. OLE color: 14620060.

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

Color convert

RGB 156 21 223 -
CMYK 0.30 0.91 0 0.13
HSL 280.1º 0.83% 0.48% -
HSV(B) 280.1º 0.91% 0.87% -
XYZ 27.3 12.93 70.87 -
YUV 84.39 206.23 179.07 -
System Red Green Blue C M Y K H S L
Decimal 156 21 223 0.30 0.91 0 0.13 280.1 0.83 0.48
Hex 9C 15 DF 1E 5B 0 D 118 53 30
Octal 234 25 337 36 133 0 15 430 123 60
Binary 10011100 10101 11011111 11110 1011011 0 1101 100011000 1010011 110000

Color Harmonies of #9C15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15DF

Black with #9C15DF

Text Example


Text Example

White with #9C15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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