Html Css Color HEX #8229EE Blue Violet

📋 copy color: '#8229EE'

red 130 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #8229EE

Tints of Blue Violet #8229EE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

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

R = 31.78%
G = 10.02%
B = 58.19%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8229EE (or 0x8229EE) is known color: Blue Violet. HEX triplet: 82, 29 and EE. RGB value is (130,41,238). Sum of RGB (Red+Green+Blue) = 130+41+238=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #8229EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229EE is #7DD611. Grayscale: #595959. Windows color (decimal): -8246802 or 15608194. OLE color: 15608194.

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

Color convert

RGB 130 41 238 -
CMYK 0.45 0.83 0 0.07
HSL 267.11º 0.85% 0.55% -
HSV(B) 267.11º 0.83% 0.93% -
XYZ 25.43 12.5 81.96 -
YUV 90.07 211.49 156.48 -
System Red Green Blue C M Y K H S L
Decimal 130 41 238 0.45 0.83 0 0.07 267.11 0.85 0.55
Hex 82 29 EE 2D 53 0 7 10B 55 37
Octal 202 51 356 55 123 0 7 413 125 67
Binary 10000010 101001 11101110 101101 1010011 0 111 100001011 1010101 110111

Color Harmonies of #8229EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229EE

Black with #8229EE

Text Example


Text Example

White with #8229EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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