Html Css Color HEX #8418ED Blue Violet

📋 copy color: '#8418ED'

red 132 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #8418ED

Tints of Blue Violet #8418ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 33.59%
G = 6.11%
B = 60.31%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8418ED (or 0x8418ED) is known color: Blue Violet. HEX triplet: 84, 18 and ED. RGB value is (132,24,237). Sum of RGB (Red+Green+Blue) = 132+24+237=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #8418ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8418ED is #7BE712. Grayscale: #4F4F4F. Windows color (decimal): -8120083 or 15538308. OLE color: 15538308.

HSL color Cylindrical-coordinate representation of color #8418ED: hue angle of 270.42º 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 #8418ED is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 24 237 -
CMYK 0.44 0.90 0 0.07
HSL 270.42º 0.86% 0.51% -
HSV(B) 270.42º 0.9% 0.93% -
XYZ 25.13 11.67 81.05 -
YUV 80.57 216.28 164.68 -
System Red Green Blue C M Y K H S L
Decimal 132 24 237 0.44 0.90 0 0.07 270.42 0.86 0.51
Hex 84 18 ED 2C 5A 0 7 10E 56 33
Octal 204 30 355 54 132 0 7 416 126 63
Binary 10000100 11000 11101101 101100 1011010 0 111 100001110 1010110 110011

Color Harmonies of #8418ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8418ED

Black with #8418ED

Text Example


Text Example

White with #8418ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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