Html Css Color HEX #8815EE Blue Violet

📋 copy color: '#8815EE'

red 136 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #8815EE

Tints of Blue Violet #8815EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

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

R = 34.43%
G = 5.32%
B = 60.25%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8815EE (or 0x8815EE) is known color: Blue Violet. HEX triplet: 88, 15 and EE. RGB value is (136,21,238). Sum of RGB (Red+Green+Blue) = 136+21+238=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #8815EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8815EE is #77EA11. Grayscale: #4F4F4F. Windows color (decimal): -7858706 or 15603080. OLE color: 15603080.

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

Color convert

RGB 136 21 238 -
CMYK 0.43 0.91 0 0.07
HSL 271.8º 0.86% 0.51% -
HSV(B) 271.8º 0.91% 0.93% -
XYZ 25.85 11.94 81.83 -
YUV 80.12 217.1 167.86 -
System Red Green Blue C M Y K H S L
Decimal 136 21 238 0.43 0.91 0 0.07 271.8 0.86 0.51
Hex 88 15 EE 2B 5B 0 7 110 56 33
Octal 210 25 356 53 133 0 7 420 126 63
Binary 10001000 10101 11101110 101011 1011011 0 111 100010000 1010110 110011

Color Harmonies of #8815EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8815EE

Black with #8815EE

Text Example


Text Example

White with #8815EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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