Html Css Color HEX #8215DE Blue Violet

📋 copy color: '#8215DE'

red 130 ◦ green 21 ◦ blue 222

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

Shades of Blue Violet #8215DE

Tints of Blue Violet #8215DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 34.85%
G = 5.63%
B = 59.52%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8215DE (or 0x8215DE) is known color: Blue Violet. HEX triplet: 82, 15 and DE. RGB value is (130,21,222). Sum of RGB (Red+Green+Blue) = 130+21+222=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #8215DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215DE is #7DEA21. Grayscale: #4B4B4B. Windows color (decimal): -8251938 or 14554498. OLE color: 14554498.

HSL color Cylindrical-coordinate representation of color #8215DE: hue angle of 272.54º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8215DE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 21 222 -
CMYK 0.41 0.91 0 0.13
HSL 272.54º 0.83% 0.48% -
HSV(B) 272.54º 0.91% 0.87% -
XYZ 22.66 10.56 69.95 -
YUV 76.51 210.11 166.16 -
System Red Green Blue C M Y K H S L
Decimal 130 21 222 0.41 0.91 0 0.13 272.54 0.83 0.48
Hex 82 15 DE 29 5B 0 D 111 53 30
Octal 202 25 336 51 133 0 15 421 123 60
Binary 10000010 10101 11011110 101001 1011011 0 1101 100010001 1010011 110000

Color Harmonies of #8215DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215DE

Black with #8215DE

Text Example


Text Example

White with #8215DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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