Html Css Color HEX #9915CD Dark Violet

📋 copy color: '#9915CD'

red 153 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #9915CD

Tints of Dark Violet #9915CD

RGB

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

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

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

R = 40.37%
G = 5.54%
B = 54.09%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9915CD (or 0x9915CD) is known color: Dark Violet. HEX triplet: 99, 15 and CD. RGB value is (153,21,205). Sum of RGB (Red+Green+Blue) = 153+21+205=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #9915CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915CD is #66EA32. Grayscale: #505050. Windows color (decimal): -6744627 or 13440409. OLE color: 13440409.

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

Color convert

RGB 153 21 205 -
CMYK 0.25 0.90 0 0.20
HSL 283.04º 0.81% 0.44% -
HSV(B) 283.04º 0.9% 0.8% -
XYZ 24.42 11.72 58.73 -
YUV 81.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 153 21 205 0.25 0.90 0 0.20 283.04 0.81 0.44
Hex 99 15 CD 19 5A 0 14 11B 51 2C
Octal 231 25 315 31 132 0 24 433 121 54
Binary 10011001 10101 11001101 11001 1011010 0 10100 100011011 1010001 101100

Color Harmonies of #9915CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915CD

Black with #9915CD

Text Example


Text Example

White with #9915CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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