Html Css Color HEX #8515CC Dark Violet

📋 copy color: '#8515CC'

red 133 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #8515CC

Tints of Dark Violet #8515CC

RGB

 RED value IS 133 (52.34% from 255) = 37.15%

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

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 37.15%
G = 5.87%
B = 56.98%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8515CC (or 0x8515CC) is known color: Dark Violet. HEX triplet: 85, 15 and CC. RGB value is (133,21,204). Sum of RGB (Red+Green+Blue) = 133+21+204=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #8515CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CC is #7AEA33. Grayscale: #4A4A4A. Windows color (decimal): -8055348 or 13374853. OLE color: 13374853.

HSL color Cylindrical-coordinate representation of color #8515CC: hue angle of 276.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 #8515CC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 21 204 -
CMYK 0.35 0.90 0 0.2
HSL 276.72º 0.81% 0.44% -
HSV(B) 276.72º 0.9% 0.8% -
XYZ 20.84 9.88 57.94 -
YUV 75.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 133 21 204 0.35 0.90 0 0.2 276.72 0.81 0.44
Hex 85 15 CC 23 5A 0 14 115 51 2C
Octal 205 25 314 43 132 0 24 425 121 54
Binary 10000101 10101 11001100 100011 1011010 0 10100 100010101 1010001 101100

Color Harmonies of #8515CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515CC

Black with #8515CC

Text Example


Text Example

White with #8515CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8515CC; }

 p { color: rgb(133,21,204); }

 H1.HeaderClassName
 {
   color: #8515CC;
 }
 .AnyTagClassName
 {
   color: #8515CC;
 }
</style>

background-color css

<style>
 a { background-color: #8515CC; }

 a { background-color: rgb(133,21,204); }

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

border-color css

<style>
 span { border-color: #8515CC; }

 span { border-color: rgb(133,21,204); }

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