Html Css Color HEX #8E2DFD Blue Violet

📋 copy color: '#8E2DFD'

red 142 ◦ green 45 ◦ blue 253

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

Shades of Blue Violet #8E2DFD

Tints of Blue Violet #8E2DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.23%

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

R = 32.27%
G = 10.23%
B = 57.5%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E2DFD (or 0x8E2DFD) is known color: Blue Violet. HEX triplet: 8E, 2D and FD. RGB value is (142,45,253). Sum of RGB (Red+Green+Blue) = 142+45+253=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E2DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DFD is #71D202. Grayscale: #606060. Windows color (decimal): -7459331 or 16592270. OLE color: 16592270.

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

Color convert

RGB 142 45 253 -
CMYK 0.44 0.82 0 0.01
HSL 267.98º 0.98% 0.58% -
HSV(B) 267.98º 0.82% 0.99% -
XYZ 29.82 14.72 94.2 -
YUV 97.72 215.64 159.59 -
System Red Green Blue C M Y K H S L
Decimal 142 45 253 0.44 0.82 0 0.01 267.98 0.98 0.58
Hex 8E 2D FD 2C 52 0 1 10C 62 3A
Octal 216 55 375 54 122 0 1 414 142 72
Binary 10001110 101101 11111101 101100 1010010 0 1 100001100 1100010 111010

Color Harmonies of #8E2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DFD

Black with #8E2DFD

Text Example


Text Example

White with #8E2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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