Html Css Color HEX #8418EE Blue Violet

📋 copy color: '#8418EE'

red 132 ◦ green 24 ◦ blue 238

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

Shades of Blue Violet #8418EE

Tints of Blue Violet #8418EE

RGB

 RED value IS 132 (51.95% from 255) = 33.5%

 GREEN value IS 24 (9.77% from 255) = 6.09%

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

R = 33.5%
G = 6.09%
B = 60.41%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8418EE (or 0x8418EE) is known color: Blue Violet. HEX triplet: 84, 18 and EE. RGB value is (132,24,238). Sum of RGB (Red+Green+Blue) = 132+24+238=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #8418EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8418EE is #7BE711. Grayscale: #4F4F4F. Windows color (decimal): -8120082 or 15603844. OLE color: 15603844.

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

Color convert

RGB 132 24 238 -
CMYK 0.45 0.90 0 0.07
HSL 270.28º 0.86% 0.51% -
HSV(B) 270.28º 0.9% 0.93% -
XYZ 25.27 11.73 81.82 -
YUV 80.69 216.78 164.6 -
System Red Green Blue C M Y K H S L
Decimal 132 24 238 0.45 0.90 0 0.07 270.28 0.86 0.51
Hex 84 18 EE 2D 5A 0 7 10E 56 33
Octal 204 30 356 55 132 0 7 416 126 63
Binary 10000100 11000 11101110 101101 1011010 0 111 100001110 1010110 110011

Color Harmonies of #8418EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8418EE

Black with #8418EE

Text Example


Text Example

White with #8418EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,24,238); }

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

background-color css

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

 a { background-color: rgb(132,24,238); }

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

border-color css

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

 span { border-color: rgb(132,24,238); }

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