Html Css Color HEX #8227EE Blue Violet

📋 copy color: '#8227EE'

red 130 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #8227EE

Tints of Blue Violet #8227EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

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

R = 31.94%
G = 9.58%
B = 58.48%

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

#8227EE (or 0x8227EE) is known color: Blue Violet. HEX triplet: 82, 27 and EE. RGB value is (130,39,238). Sum of RGB (Red+Green+Blue) = 130+39+238=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #8227EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8227EE is #7DD811. Grayscale: #585858. Windows color (decimal): -8247314 or 15607682. OLE color: 15607682.

HSL color Cylindrical-coordinate representation of color #8227EE: hue angle of 267.44º degrees, saturation: 0.85, 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 #8227EE is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 39 238 -
CMYK 0.45 0.84 0 0.07
HSL 267.44º 0.85% 0.54% -
HSV(B) 267.44º 0.84% 0.93% -
XYZ 25.36 12.37 81.94 -
YUV 88.9 212.15 157.32 -
System Red Green Blue C M Y K H S L
Decimal 130 39 238 0.45 0.84 0 0.07 267.44 0.85 0.54
Hex 82 27 EE 2D 54 0 7 10B 55 36
Octal 202 47 356 55 124 0 7 413 125 66
Binary 10000010 100111 11101110 101101 1010100 0 111 100001011 1010101 110110

Color Harmonies of #8227EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227EE

Black with #8227EE

Text Example


Text Example

White with #8227EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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