Html Css Color HEX #8E2CFD Blue Violet

📋 copy color: '#8E2CFD'

red 142 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #8E2CFD

Tints of Blue Violet #8E2CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

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

R = 32.35%
G = 10.02%
B = 57.63%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E2CFD (or 0x8E2CFD) is known color: Blue Violet. HEX triplet: 8E, 2C and FD. RGB value is (142,44,253). Sum of RGB (Red+Green+Blue) = 142+44+253=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E2CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2CFD is #71D302. Grayscale: #606060. Windows color (decimal): -7459587 or 16592014. OLE color: 16592014.

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

Color convert

RGB 142 44 253 -
CMYK 0.44 0.83 0 0.01
HSL 268.13º 0.98% 0.58% -
HSV(B) 268.13º 0.83% 0.99% -
XYZ 29.79 14.64 94.19 -
YUV 97.13 215.97 160.01 -
System Red Green Blue C M Y K H S L
Decimal 142 44 253 0.44 0.83 0 0.01 268.13 0.98 0.58
Hex 8E 2C FD 2C 53 0 1 10C 62 3A
Octal 216 54 375 54 123 0 1 414 142 72
Binary 10001110 101100 11111101 101100 1010011 0 1 100001100 1100010 111010

Color Harmonies of #8E2CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2CFD

Black with #8E2CFD

Text Example


Text Example

White with #8E2CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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