Html Css Color HEX #8218ED Blue Violet

📋 copy color: '#8218ED'

red 130 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #8218ED

Tints of Blue Violet #8218ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.14%

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

R = 33.25%
G = 6.14%
B = 60.61%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8218ED (or 0x8218ED) is known color: Blue Violet. HEX triplet: 82, 18 and ED. RGB value is (130,24,237). Sum of RGB (Red+Green+Blue) = 130+24+237=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #8218ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8218ED is #7DE712. Grayscale: #4F4F4F. Windows color (decimal): -8251155 or 15538306. OLE color: 15538306.

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

Color convert

RGB 130 24 237 -
CMYK 0.45 0.90 0 0.07
HSL 269.86º 0.86% 0.51% -
HSV(B) 269.86º 0.9% 0.93% -
XYZ 24.82 11.51 81.04 -
YUV 79.98 216.62 163.68 -
System Red Green Blue C M Y K H S L
Decimal 130 24 237 0.45 0.90 0 0.07 269.86 0.86 0.51
Hex 82 18 ED 2D 5A 0 7 10E 56 33
Octal 202 30 355 55 132 0 7 416 126 63
Binary 10000010 11000 11101101 101101 1011010 0 111 100001110 1010110 110011

Color Harmonies of #8218ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8218ED

Black with #8218ED

Text Example


Text Example

White with #8218ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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