Html Css Color HEX #8515F1 Blue Violet

📋 copy color: '#8515F1'

red 133 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #8515F1

Tints of Blue Violet #8515F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.01%

R = 33.67%
G = 5.32%
B = 61.01%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8515F1 (or 0x8515F1) is known color: Blue Violet. HEX triplet: 85, 15 and F1. RGB value is (133,21,241). Sum of RGB (Red+Green+Blue) = 133+21+241=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #8515F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515F1 is #7AEA0E. Grayscale: #4E4E4E. Windows color (decimal): -8055311 or 15799685. OLE color: 15799685.

HSL color Cylindrical-coordinate representation of color #8515F1: hue angle of 270.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8515F1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 21 241 -
CMYK 0.45 0.91 0 0.05
HSL 270.55º 0.89% 0.51% -
HSV(B) 270.55º 0.91% 0.95% -
XYZ 25.82 11.87 84.15 -
YUV 79.57 219.11 166.11 -
System Red Green Blue C M Y K H S L
Decimal 133 21 241 0.45 0.91 0 0.05 270.55 0.89 0.51
Hex 85 15 F1 2D 5B 0 5 10F 59 33
Octal 205 25 361 55 133 0 5 417 131 63
Binary 10000101 10101 11110001 101101 1011011 0 101 100001111 1011001 110011

Color Harmonies of #8515F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515F1

Black with #8515F1

Text Example


Text Example

White with #8515F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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