Html Css Color HEX #8515DB Blue Violet

📋 copy color: '#8515DB'

red 133 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #8515DB

Tints of Blue Violet #8515DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 35.66%
G = 5.63%
B = 58.71%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8515DB (or 0x8515DB) is known color: Blue Violet. HEX triplet: 85, 15 and DB. RGB value is (133,21,219). Sum of RGB (Red+Green+Blue) = 133+21+219=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8515DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515DB is #7AEA24. Grayscale: #4C4C4C. Windows color (decimal): -8055333 or 14357893. OLE color: 14357893.

HSL color Cylindrical-coordinate representation of color #8515DB: hue angle of 273.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515DB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 21 219 -
CMYK 0.39 0.90 0 0.14
HSL 273.94º 0.83% 0.47% -
HSV(B) 273.94º 0.9% 0.86% -
XYZ 22.73 10.64 67.87 -
YUV 77.06 208.11 167.9 -
System Red Green Blue C M Y K H S L
Decimal 133 21 219 0.39 0.90 0 0.14 273.94 0.83 0.47
Hex 85 15 DB 27 5A 0 E 112 52 2F
Octal 205 25 333 47 132 0 16 422 122 57
Binary 10000101 10101 11011011 100111 1011010 0 1110 100010010 1010010 101111

Color Harmonies of #8515DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515DB

Black with #8515DB

Text Example


Text Example

White with #8515DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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