Html Css Color HEX #8E38FD Blue Violet

📋 copy color: '#8E38FD'

red 142 ◦ green 56 ◦ blue 253

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

Shades of Blue Violet #8E38FD

Tints of Blue Violet #8E38FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.42%

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

R = 31.49%
G = 12.42%
B = 56.1%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E38FD (or 0x8E38FD) is known color: Blue Violet. HEX triplet: 8E, 38 and FD. RGB value is (142,56,253). Sum of RGB (Red+Green+Blue) = 142+56+253=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E38FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E38FD is #71C702. Grayscale: #676767. Windows color (decimal): -7456515 or 16595086. OLE color: 16595086.

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

Color convert

RGB 142 56 253 -
CMYK 0.44 0.78 0 0.01
HSL 266.19º 0.98% 0.61% -
HSV(B) 266.19º 0.78% 0.99% -
XYZ 30.3 15.67 94.36 -
YUV 104.17 211.99 154.98 -
System Red Green Blue C M Y K H S L
Decimal 142 56 253 0.44 0.78 0 0.01 266.19 0.98 0.61
Hex 8E 38 FD 2C 4E 0 1 10A 62 3D
Octal 216 70 375 54 116 0 1 412 142 75
Binary 10001110 111000 11111101 101100 1001110 0 1 100001010 1100010 111101

Color Harmonies of #8E38FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E38FD

Black with #8E38FD

Text Example


Text Example

White with #8E38FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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