Html Css Color HEX #8225EE Blue Violet

📋 copy color: '#8225EE'

red 130 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #8225EE

Tints of Blue Violet #8225EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 32.1%
G = 9.14%
B = 58.77%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8225EE (or 0x8225EE) is known color: Blue Violet. HEX triplet: 82, 25 and EE. RGB value is (130,37,238). Sum of RGB (Red+Green+Blue) = 130+37+238=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #8225EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8225EE is #7DDA11. Grayscale: #575757. Windows color (decimal): -8247826 or 15607170. OLE color: 15607170.

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

Color convert

RGB 130 37 238 -
CMYK 0.45 0.84 0 0.07
HSL 267.76º 0.86% 0.54% -
HSV(B) 267.76º 0.84% 0.93% -
XYZ 25.3 12.24 81.92 -
YUV 87.72 212.81 158.16 -
System Red Green Blue C M Y K H S L
Decimal 130 37 238 0.45 0.84 0 0.07 267.76 0.86 0.54
Hex 82 25 EE 2D 54 0 7 10C 56 36
Octal 202 45 356 55 124 0 7 414 126 66
Binary 10000010 100101 11101110 101101 1010100 0 111 100001100 1010110 110110

Color Harmonies of #8225EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8225EE

Black with #8225EE

Text Example


Text Example

White with #8225EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8225EE; }

 p { color: rgb(130,37,238); }

 H1.HeaderClassName
 {
   color: #8225EE;
 }
 .AnyTagClassName
 {
   color: #8225EE;
 }
</style>

background-color css

<style>
 a { background-color: #8225EE; }

 a { background-color: rgb(130,37,238); }

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

border-color css

<style>
 span { border-color: #8225EE; }

 span { border-color: rgb(130,37,238); }

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