Html Css Color HEX #8828EB Blue Violet

📋 copy color: '#8828EB'

red 136 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #8828EB

Tints of Blue Violet #8828EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.73%

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 33.09%
G = 9.73%
B = 57.18%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8828EB (or 0x8828EB) is known color: Blue Violet. HEX triplet: 88, 28 and EB. RGB value is (136,40,235). Sum of RGB (Red+Green+Blue) = 136+40+235=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #8828EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8828EB is #77D714. Grayscale: #5A5A5A. Windows color (decimal): -7853845 or 15411336. OLE color: 15411336.

HSL color Cylindrical-coordinate representation of color #8828EB: hue angle of 269.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8828EB is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 40 235 -
CMYK 0.42 0.83 0 0.08
HSL 269.54º 0.83% 0.54% -
HSV(B) 269.54º 0.83% 0.92% -
XYZ 25.91 12.75 79.69 -
YUV 90.93 209.3 160.14 -
System Red Green Blue C M Y K H S L
Decimal 136 40 235 0.42 0.83 0 0.08 269.54 0.83 0.54
Hex 88 28 EB 2A 53 0 8 10E 53 36
Octal 210 50 353 52 123 0 10 416 123 66
Binary 10001000 101000 11101011 101010 1010011 0 1000 100001110 1010011 110110

Color Harmonies of #8828EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8828EB

Black with #8828EB

Text Example


Text Example

White with #8828EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8828EB; }

 p { color: rgb(136,40,235); }

 H1.HeaderClassName
 {
   color: #8828EB;
 }
 .AnyTagClassName
 {
   color: #8828EB;
 }
</style>

background-color css

<style>
 a { background-color: #8828EB; }

 a { background-color: rgb(136,40,235); }

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

border-color css

<style>
 span { border-color: #8828EB; }

 span { border-color: rgb(136,40,235); }

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