Html Css Color HEX #8826EE Blue Violet

📋 copy color: '#8826EE'

red 136 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #8826EE

Tints of Blue Violet #8826EE

RGB

 RED value IS 136 (53.52% from 255) = 33.01%

 GREEN value IS 38 (15.23% from 255) = 9.22%

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

R = 33.01%
G = 9.22%
B = 57.77%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8826EE (or 0x8826EE) is known color: Blue Violet. HEX triplet: 88, 26 and EE. RGB value is (136,38,238). Sum of RGB (Red+Green+Blue) = 136+38+238=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #8826EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8826EE is #77D911. Grayscale: #595959. Windows color (decimal): -7854354 or 15607432. OLE color: 15607432.

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

Color convert

RGB 136 38 238 -
CMYK 0.43 0.84 0 0.07
HSL 269.4º 0.85% 0.54% -
HSV(B) 269.4º 0.84% 0.93% -
XYZ 26.28 12.79 81.97 -
YUV 90.1 211.47 160.74 -
System Red Green Blue C M Y K H S L
Decimal 136 38 238 0.43 0.84 0 0.07 269.4 0.85 0.54
Hex 88 26 EE 2B 54 0 7 10D 55 36
Octal 210 46 356 53 124 0 7 415 125 66
Binary 10001000 100110 11101110 101011 1010100 0 111 100001101 1010101 110110

Color Harmonies of #8826EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8826EE

Black with #8826EE

Text Example


Text Example

White with #8826EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,38,238); }

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

background-color css

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

 a { background-color: rgb(136,38,238); }

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

border-color css

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

 span { border-color: rgb(136,38,238); }

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