Html Css Color HEX #8E3CFF Blue Violet

📋 copy color: '#8E3CFF'

red 142 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #8E3CFF

Tints of Blue Violet #8E3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 31.07%
G = 13.13%
B = 55.8%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E3CFF (or 0x8E3CFF) is known color: Blue Violet. HEX triplet: 8E, 3C and FF. RGB value is (142,60,255). Sum of RGB (Red+Green+Blue) = 142+60+255=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3CFF is #71C300. Grayscale: #6A6A6A. Windows color (decimal): -7455489 or 16727182. OLE color: 16727182.

HSL color Cylindrical-coordinate representation of color #8E3CFF: hue angle of 265.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E3CFF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 60 255 -
CMYK 0.44 0.76 0 0
HSL 265.23º 1% 0.62% -
HSV(B) 265.23º 0.76% 1% -
XYZ 30.82 16.2 96.11 -
YUV 106.75 211.67 153.14 -
System Red Green Blue C M Y K H S L
Decimal 142 60 255 0.44 0.76 0 0 265.23 1 0.62
Hex 8E 3C FF 2C 4C 0 0 109 64 3E
Octal 216 74 377 54 114 0 0 411 144 76
Binary 10001110 111100 11111111 101100 1001100 0 0 100001001 1100100 111110

Color Harmonies of #8E3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3CFF

Black with #8E3CFF

Text Example


Text Example

White with #8E3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,60,255); }

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

background-color css

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

 a { background-color: rgb(142,60,255); }

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

border-color css

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

 span { border-color: rgb(142,60,255); }

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