Html Css Color HEX #8812EE Blue Violet

📋 copy color: '#8812EE'

red 136 ◦ green 18 ◦ blue 238

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

Shades of Blue Violet #8812EE

Tints of Blue Violet #8812EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

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

R = 34.69%
G = 4.59%
B = 60.71%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8812EE (or 0x8812EE) is known color: Blue Violet. HEX triplet: 88, 12 and EE. RGB value is (136,18,238). Sum of RGB (Red+Green+Blue) = 136+18+238=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8812EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8812EE is #77ED11. Grayscale: #4D4D4D. Windows color (decimal): -7859474 or 15602312. OLE color: 15602312.

HSL color Cylindrical-coordinate representation of color #8812EE: hue angle of 272.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8812EE is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 18 238 -
CMYK 0.43 0.92 0 0.07
HSL 272.18º 0.87% 0.5% -
HSV(B) 272.18º 0.92% 0.93% -
XYZ 25.8 11.84 81.81 -
YUV 78.36 218.09 169.11 -
System Red Green Blue C M Y K H S L
Decimal 136 18 238 0.43 0.92 0 0.07 272.18 0.87 0.5
Hex 88 12 EE 2B 5C 0 7 110 57 32
Octal 210 22 356 53 134 0 7 420 127 62
Binary 10001000 10010 11101110 101011 1011100 0 111 100010000 1010111 110010

Color Harmonies of #8812EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8812EE

Black with #8812EE

Text Example


Text Example

White with #8812EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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