Html Css Color HEX #9815CD Dark Violet

📋 copy color: '#9815CD'

red 152 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #9815CD

Tints of Dark Violet #9815CD

RGB

 RED value IS 152 (59.77% from 255) = 40.21%

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

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

R = 40.21%
G = 5.56%
B = 54.23%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9815CD (or 0x9815CD) is known color: Dark Violet. HEX triplet: 98, 15 and CD. RGB value is (152,21,205). Sum of RGB (Red+Green+Blue) = 152+21+205=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #9815CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815CD is #67EA32. Grayscale: #505050. Windows color (decimal): -6810163 or 13440408. OLE color: 13440408.

HSL color Cylindrical-coordinate representation of color #9815CD: hue angle of 282.72º 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 #9815CD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 21 205 -
CMYK 0.26 0.90 0 0.20
HSL 282.72º 0.81% 0.44% -
HSV(B) 282.72º 0.9% 0.8% -
XYZ 24.24 11.62 58.72 -
YUV 81.15 197.9 178.54 -
System Red Green Blue C M Y K H S L
Decimal 152 21 205 0.26 0.90 0 0.20 282.72 0.81 0.44
Hex 98 15 CD 1A 5A 0 14 11B 51 2C
Octal 230 25 315 32 132 0 24 433 121 54
Binary 10011000 10101 11001101 11010 1011010 0 10100 100011011 1010001 101100

Color Harmonies of #9815CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815CD

Black with #9815CD

Text Example


Text Example

White with #9815CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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