Html Css Color HEX #8B428E Vivid Violet

📋 copy color: '#8B428E'

red 139 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #8B428E

Tints of Vivid Violet #8B428E

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 40.06%
G = 19.02%
B = 40.92%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B428E (or 0x8B428E) is known color: Vivid Violet. HEX triplet: 8B, 42 and 8E. RGB value is (139,66,142). Sum of RGB (Red+Green+Blue) = 139+66+142=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B428E is #74BD71. Grayscale: #606060. Windows color (decimal): -7650674 or 9323147. OLE color: 9323147.

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

Color convert

RGB 139 66 142 -
CMYK 0.02 0.54 0 0.44
HSL 297.63º 0.37% 0.41% -
HSV(B) 297.63º 0.54% 0.56% -
XYZ 17.48 11.34 26.86 -
YUV 96.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 139 66 142 0.02 0.54 0 0.44 297.63 0.37 0.41
Hex 8B 42 8E 2 36 0 2C 12A 25 29
Octal 213 102 216 2 66 0 54 452 45 51
Binary 10001011 1000010 10001110 10 110110 0 101100 100101010 100101 101001

Color Harmonies of #8B428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B428E

Black with #8B428E

Text Example


Text Example

White with #8B428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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