Html Css Color HEX #8840EE Blue Violet

📋 copy color: '#8840EE'

red 136 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #8840EE

Tints of Blue Violet #8840EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

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

R = 31.05%
G = 14.61%
B = 54.34%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8840EE (or 0x8840EE) is known color: Blue Violet. HEX triplet: 88, 40 and EE. RGB value is (136,64,238). Sum of RGB (Red+Green+Blue) = 136+64+238=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #8840EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8840EE is #77BF11. Grayscale: #686868. Windows color (decimal): -7847698 or 15614088. OLE color: 15614088.

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

Color convert

RGB 136 64 238 -
CMYK 0.43 0.73 0 0.07
HSL 264.83º 0.84% 0.59% -
HSV(B) 264.83º 0.73% 0.93% -
XYZ 27.42 15.07 82.35 -
YUV 105.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 136 64 238 0.43 0.73 0 0.07 264.83 0.84 0.59
Hex 88 40 EE 2B 49 0 7 109 54 3B
Octal 210 100 356 53 111 0 7 411 124 73
Binary 10001000 1000000 11101110 101011 1001001 0 111 100001001 1010100 111011

Color Harmonies of #8840EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8840EE

Black with #8840EE

Text Example


Text Example

White with #8840EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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