Html Css Color HEX #8015CD Dark Violet

📋 copy color: '#8015CD'

red 128 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #8015CD

Tints of Dark Violet #8015CD

RGB

 RED value IS 128 (50.39% from 255) = 36.16%

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

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

R = 36.16%
G = 5.93%
B = 57.91%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8015CD (or 0x8015CD) is known color: Dark Violet. HEX triplet: 80, 15 and CD. RGB value is (128,21,205). Sum of RGB (Red+Green+Blue) = 128+21+205=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #8015CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015CD is #7FEA32. Grayscale: #494949. Windows color (decimal): -8383027 or 13440384. OLE color: 13440384.

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

Color convert

RGB 128 21 205 -
CMYK 0.38 0.90 0 0.20
HSL 274.89º 0.81% 0.44% -
HSV(B) 274.89º 0.9% 0.8% -
XYZ 20.19 9.53 58.53 -
YUV 73.97 201.95 166.54 -
System Red Green Blue C M Y K H S L
Decimal 128 21 205 0.38 0.90 0 0.20 274.89 0.81 0.44
Hex 80 15 CD 26 5A 0 14 113 51 2C
Octal 200 25 315 46 132 0 24 423 121 54
Binary 10000000 10101 11001101 100110 1011010 0 10100 100010011 1010001 101100

Color Harmonies of #8015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015CD

Black with #8015CD

Text Example


Text Example

White with #8015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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