Html Css Color HEX #8515C9 Dark Violet

📋 copy color: '#8515C9'

red 133 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #8515C9

Tints of Dark Violet #8515C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.62%

R = 37.46%
G = 5.92%
B = 56.62%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8515C9 (or 0x8515C9) is known color: Dark Violet. HEX triplet: 85, 15 and C9. RGB value is (133,21,201). Sum of RGB (Red+Green+Blue) = 133+21+201=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #8515C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515C9 is #7AEA36. Grayscale: #4A4A4A. Windows color (decimal): -8055351 or 13178245. OLE color: 13178245.

HSL color Cylindrical-coordinate representation of color #8515C9: hue angle of 277.33º 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 #8515C9 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 21 201 -
CMYK 0.34 0.90 0 0.21
HSL 277.33º 0.81% 0.44% -
HSV(B) 277.33º 0.9% 0.79% -
XYZ 20.48 9.74 56.06 -
YUV 75.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 133 21 201 0.34 0.90 0 0.21 277.33 0.81 0.44
Hex 85 15 C9 22 5A 0 15 115 51 2C
Octal 205 25 311 42 132 0 25 425 121 54
Binary 10000101 10101 11001001 100010 1011010 0 10101 100010101 1010001 101100

Color Harmonies of #8515C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515C9

Black with #8515C9

Text Example


Text Example

White with #8515C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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