Html Css Color HEX #8E32FD Blue Violet

📋 copy color: '#8E32FD'

red 142 ◦ green 50 ◦ blue 253

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

Shades of Blue Violet #8E32FD

Tints of Blue Violet #8E32FD

RGB

 RED value IS 142 (55.86% from 255) = 31.91%

 GREEN value IS 50 (19.92% from 255) = 11.24%

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 31.91%
G = 11.24%
B = 56.85%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E32FD (or 0x8E32FD) is known color: Blue Violet. HEX triplet: 8E, 32 and FD. RGB value is (142,50,253). Sum of RGB (Red+Green+Blue) = 142+50+253=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E32FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E32FD is #71CD02. Grayscale: #636363. Windows color (decimal): -7458051 or 16593550. OLE color: 16593550.

HSL color Cylindrical-coordinate representation of color #8E32FD: hue angle of 267.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E32FD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 50 253 -
CMYK 0.44 0.80 0 0.01
HSL 267.19º 0.98% 0.59% -
HSV(B) 267.19º 0.8% 0.99% -
XYZ 30.03 15.12 94.27 -
YUV 100.65 213.98 157.49 -
System Red Green Blue C M Y K H S L
Decimal 142 50 253 0.44 0.80 0 0.01 267.19 0.98 0.59
Hex 8E 32 FD 2C 50 0 1 10B 62 3B
Octal 216 62 375 54 120 0 1 413 142 73
Binary 10001110 110010 11111101 101100 1010000 0 1 100001011 1100010 111011

Color Harmonies of #8E32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E32FD

Black with #8E32FD

Text Example


Text Example

White with #8E32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E32FD; }

 p { color: rgb(142,50,253); }

 H1.HeaderClassName
 {
   color: #8E32FD;
 }
 .AnyTagClassName
 {
   color: #8E32FD;
 }
</style>

background-color css

<style>
 a { background-color: #8E32FD; }

 a { background-color: rgb(142,50,253); }

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

border-color css

<style>
 span { border-color: #8E32FD; }

 span { border-color: rgb(142,50,253); }

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