Html Css Color HEX #9915CA Dark Violet

📋 copy color: '#9915CA'

red 153 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #9915CA

Tints of Dark Violet #9915CA

RGB

 RED value IS 153 (60.16% from 255) = 40.69%

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

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 40.69%
G = 5.59%
B = 53.72%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9915CA (or 0x9915CA) is known color: Dark Violet. HEX triplet: 99, 15 and CA. RGB value is (153,21,202). Sum of RGB (Red+Green+Blue) = 153+21+202=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #9915CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915CA is #66EA35. Grayscale: #505050. Windows color (decimal): -6744630 or 13243801. OLE color: 13243801.

HSL color Cylindrical-coordinate representation of color #9915CA: hue angle of 283.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9915CA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 21 202 -
CMYK 0.24 0.90 0 0.21
HSL 283.76º 0.81% 0.44% -
HSV(B) 283.76º 0.9% 0.79% -
XYZ 24.07 11.57 56.84 -
YUV 81.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 153 21 202 0.24 0.90 0 0.21 283.76 0.81 0.44
Hex 99 15 CA 18 5A 0 15 11C 51 2C
Octal 231 25 312 30 132 0 25 434 121 54
Binary 10011001 10101 11001010 11000 1011010 0 10101 100011100 1010001 101100

Color Harmonies of #9915CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915CA

Black with #9915CA

Text Example


Text Example

White with #9915CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9915CA; }

 p { color: rgb(153,21,202); }

 H1.HeaderClassName
 {
   color: #9915CA;
 }
 .AnyTagClassName
 {
   color: #9915CA;
 }
</style>

background-color css

<style>
 a { background-color: #9915CA; }

 a { background-color: rgb(153,21,202); }

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

border-color css

<style>
 span { border-color: #9915CA; }

 span { border-color: rgb(153,21,202); }

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