Html Css Color HEX #8E3F8B Vivid Violet

📋 copy color: '#8E3F8B'

red 142 ◦ green 63 ◦ blue 139

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

Shades of Vivid Violet #8E3F8B

Tints of Vivid Violet #8E3F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 41.28%
G = 18.31%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E3F8B (or 0x8E3F8B) is known color: Vivid Violet. HEX triplet: 8E, 3F and 8B. RGB value is (142,63,139). Sum of RGB (Red+Green+Blue) = 142+63+139=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3F8B is #71C074. Grayscale: #5F5F5F. Windows color (decimal): -7454837 or 9125774. OLE color: 9125774.

HSL color Cylindrical-coordinate representation of color #8E3F8B: hue angle of 302.28º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3F8B is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 63 139 -
CMYK 0 0.56 0.02 0.44
HSL 302.28º 0.39% 0.4% -
HSV(B) 302.28º 0.56% 0.56% -
XYZ 17.59 11.17 25.65 -
YUV 95.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 142 63 139 0 0.56 0.02 0.44 302.28 0.39 0.4
Hex 8E 3F 8B 0 38 2 2C 12E 27 28
Octal 216 77 213 0 70 2 54 456 47 50
Binary 10001110 111111 10001011 0 111000 10 101100 100101110 100111 101000

Color Harmonies of #8E3F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3F8B

Black with #8E3F8B

Text Example


Text Example

White with #8E3F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,63,139); }

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

background-color css

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

 a { background-color: rgb(142,63,139); }

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

border-color css

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

 span { border-color: rgb(142,63,139); }

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