Html Css Color HEX #8215F1 Blue Violet

📋 copy color: '#8215F1'

red 130 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #8215F1

Tints of Blue Violet #8215F1

RGB

 RED value IS 130 (51.17% from 255) = 33.16%

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

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

R = 33.16%
G = 5.36%
B = 61.48%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8215F1 (or 0x8215F1) is known color: Blue Violet. HEX triplet: 82, 15 and F1. RGB value is (130,21,241). Sum of RGB (Red+Green+Blue) = 130+21+241=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #8215F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8215F1 is #7DEA0E. Grayscale: #4D4D4D. Windows color (decimal): -8251919 or 15799682. OLE color: 15799682.

HSL color Cylindrical-coordinate representation of color #8215F1: hue angle of 269.73º 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 #8215F1 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 21 241 -
CMYK 0.46 0.91 0 0.05
HSL 269.73º 0.89% 0.51% -
HSV(B) 269.73º 0.91% 0.95% -
XYZ 25.35 11.63 84.13 -
YUV 78.67 219.61 164.61 -
System Red Green Blue C M Y K H S L
Decimal 130 21 241 0.46 0.91 0 0.05 269.73 0.89 0.51
Hex 82 15 F1 2E 5B 0 5 10E 59 33
Octal 202 25 361 56 133 0 5 416 131 63
Binary 10000010 10101 11110001 101110 1011011 0 101 100001110 1011001 110011

Color Harmonies of #8215F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215F1

Black with #8215F1

Text Example


Text Example

White with #8215F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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