Html Css Color HEX #8E1DFD Blue Violet

📋 copy color: '#8E1DFD'

red 142 ◦ green 29 ◦ blue 253

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

Shades of Blue Violet #8E1DFD

Tints of Blue Violet #8E1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.84%

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

R = 33.49%
G = 6.84%
B = 59.67%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E1DFD (or 0x8E1DFD) is known color: Blue Violet. HEX triplet: 8E, 1D and FD. RGB value is (142,29,253). Sum of RGB (Red+Green+Blue) = 142+29+253=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E1DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1DFD is #71E202. Grayscale: #575757. Windows color (decimal): -7463427 or 16588174. OLE color: 16588174.

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

Color convert

RGB 142 29 253 -
CMYK 0.44 0.89 0 0.01
HSL 270.27º 0.98% 0.55% -
HSV(B) 270.27º 0.89% 0.99% -
XYZ 29.32 13.72 94.03 -
YUV 88.32 220.94 166.29 -
System Red Green Blue C M Y K H S L
Decimal 142 29 253 0.44 0.89 0 0.01 270.27 0.98 0.55
Hex 8E 1D FD 2C 59 0 1 10E 62 37
Octal 216 35 375 54 131 0 1 416 142 67
Binary 10001110 11101 11111101 101100 1011001 0 1 100001110 1100010 110111

Color Harmonies of #8E1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DFD

Black with #8E1DFD

Text Example


Text Example

White with #8E1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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