Html Css Color HEX #8E2DFC Blue Violet

📋 copy color: '#8E2DFC'

red 142 ◦ green 45 ◦ blue 252

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

Shades of Blue Violet #8E2DFC

Tints of Blue Violet #8E2DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 32.35%
G = 10.25%
B = 57.4%

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

#8E2DFC (or 0x8E2DFC) is known color: Blue Violet. HEX triplet: 8E, 2D and FC. RGB value is (142,45,252). Sum of RGB (Red+Green+Blue) = 142+45+252=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E2DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DFC is #71D203. Grayscale: #606060. Windows color (decimal): -7459332 or 16526734. OLE color: 16526734.

HSL color Cylindrical-coordinate representation of color #8E2DFC: hue angle of 268.12º degrees, saturation: 0.97, 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 #8E2DFC is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 45 252 -
CMYK 0.44 0.82 0 0.01
HSL 268.12º 0.97% 0.58% -
HSV(B) 268.12º 0.82% 0.99% -
XYZ 29.66 14.66 93.36 -
YUV 97.6 215.14 159.67 -
System Red Green Blue C M Y K H S L
Decimal 142 45 252 0.44 0.82 0 0.01 268.12 0.97 0.58
Hex 8E 2D FC 2C 52 0 1 10C 61 3A
Octal 216 55 374 54 122 0 1 414 141 72
Binary 10001110 101101 11111100 101100 1010010 0 1 100001100 1100001 111010

Color Harmonies of #8E2DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DFC

Black with #8E2DFC

Text Example


Text Example

White with #8E2DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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