Html Css Color HEX #9C15E0 Dark Violet

📋 copy color: '#9C15E0'

red 156 ◦ green 21 ◦ blue 224

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

Shades of Dark Violet #9C15E0

Tints of Dark Violet #9C15E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 38.9%
G = 5.24%
B = 55.86%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9C15E0 (or 0x9C15E0) is known color: Dark Violet. HEX triplet: 9C, 15 and E0. RGB value is (156,21,224). Sum of RGB (Red+Green+Blue) = 156+21+224=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C15E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15E0 is #63EA1F. Grayscale: #535353. Windows color (decimal): -6548000 or 14685596. OLE color: 14685596.

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

Color convert

RGB 156 21 224 -
CMYK 0.30 0.91 0 0.12
HSL 279.9º 0.83% 0.48% -
HSV(B) 279.9º 0.91% 0.88% -
XYZ 27.43 12.99 71.58 -
YUV 84.51 206.73 178.99 -
System Red Green Blue C M Y K H S L
Decimal 156 21 224 0.30 0.91 0 0.12 279.9 0.83 0.48
Hex 9C 15 E0 1E 5B 0 C 118 53 30
Octal 234 25 340 36 133 0 14 430 123 60
Binary 10011100 10101 11100000 11110 1011011 0 1100 100011000 1010011 110000

Color Harmonies of #9C15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15E0

Black with #9C15E0

Text Example


Text Example

White with #9C15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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