Html Css Color HEX #8215ED Blue Violet

📋 copy color: '#8215ED'

red 130 ◦ green 21 ◦ blue 237

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

Shades of Blue Violet #8215ED

Tints of Blue Violet #8215ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 33.51%
G = 5.41%
B = 61.08%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8215ED (or 0x8215ED) is known color: Blue Violet. HEX triplet: 82, 15 and ED. RGB value is (130,21,237). Sum of RGB (Red+Green+Blue) = 130+21+237=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #8215ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8215ED is #7DEA12. Grayscale: #4D4D4D. Windows color (decimal): -8251923 or 15537538. OLE color: 15537538.

HSL color Cylindrical-coordinate representation of color #8215ED: hue angle of 270.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8215ED is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 21 237 -
CMYK 0.45 0.91 0 0.07
HSL 270.28º 0.86% 0.51% -
HSV(B) 270.28º 0.91% 0.93% -
XYZ 24.76 11.4 81.02 -
YUV 78.22 217.61 164.94 -
System Red Green Blue C M Y K H S L
Decimal 130 21 237 0.45 0.91 0 0.07 270.28 0.86 0.51
Hex 82 15 ED 2D 5B 0 7 10E 56 33
Octal 202 25 355 55 133 0 7 416 126 63
Binary 10000010 10101 11101101 101101 1011011 0 111 100001110 1010110 110011

Color Harmonies of #8215ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215ED

Black with #8215ED

Text Example


Text Example

White with #8215ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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