Html Css Color HEX #8515DA Blue Violet

📋 copy color: '#8515DA'

red 133 ◦ green 21 ◦ blue 218

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

Shades of Blue Violet #8515DA

Tints of Blue Violet #8515DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 35.75%
G = 5.65%
B = 58.6%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8515DA (or 0x8515DA) is known color: Blue Violet. HEX triplet: 85, 15 and DA. RGB value is (133,21,218). Sum of RGB (Red+Green+Blue) = 133+21+218=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #8515DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515DA is #7AEA25. Grayscale: #4C4C4C. Windows color (decimal): -8055334 or 14292357. OLE color: 14292357.

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

Color convert

RGB 133 21 218 -
CMYK 0.39 0.90 0 0.15
HSL 274.11º 0.82% 0.47% -
HSV(B) 274.11º 0.9% 0.85% -
XYZ 22.6 10.58 67.18 -
YUV 76.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 133 21 218 0.39 0.90 0 0.15 274.11 0.82 0.47
Hex 85 15 DA 27 5A 0 F 112 52 2F
Octal 205 25 332 47 132 0 17 422 122 57
Binary 10000101 10101 11011010 100111 1011010 0 1111 100010010 1010010 101111

Color Harmonies of #8515DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515DA

Black with #8515DA

Text Example


Text Example

White with #8515DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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