Html Css Color HEX #8E4F9B Violet Blue

📋 copy color: '#8E4F9B'

red 142 ◦ green 79 ◦ blue 155

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

Shades of Violet Blue #8E4F9B

Tints of Violet Blue #8E4F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 37.77%
G = 21.01%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E4F9B (or 0x8E4F9B) is known color: Violet Blue. HEX triplet: 8E, 4F and 9B. RGB value is (142,79,155). Sum of RGB (Red+Green+Blue) = 142+79+155=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E4F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F9B is #71B064. Grayscale: #6A6A6A. Windows color (decimal): -7450725 or 10178446. OLE color: 10178446.

HSL color Cylindrical-coordinate representation of color #8E4F9B: hue angle of 289.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4F9B is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 79 155 -
CMYK 0.08 0.49 0 0.39
HSL 289.74º 0.32% 0.46% -
HSV(B) 289.74º 0.49% 0.61% -
XYZ 19.87 13.71 32.61 -
YUV 106.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 142 79 155 0.08 0.49 0 0.39 289.74 0.32 0.46
Hex 8E 4F 9B 8 31 0 27 122 20 2E
Octal 216 117 233 10 61 0 47 442 40 56
Binary 10001110 1001111 10011011 1000 110001 0 100111 100100010 100000 101110

Color Harmonies of #8E4F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F9B

Black with #8E4F9B

Text Example


Text Example

White with #8E4F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,79,155); }

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

background-color css

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

 a { background-color: rgb(142,79,155); }

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

border-color css

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

 span { border-color: rgb(142,79,155); }

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