Html Css Color HEX #8B429B Vivid Violet

📋 copy color: '#8B429B'

red 139 ◦ green 66 ◦ blue 155

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

Shades of Vivid Violet #8B429B

Tints of Vivid Violet #8B429B

RGB

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

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

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

R = 38.61%
G = 18.33%
B = 43.06%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B429B (or 0x8B429B) is known color: Vivid Violet. HEX triplet: 8B, 42 and 9B. RGB value is (139,66,155). Sum of RGB (Red+Green+Blue) = 139+66+155=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B429B is #74BD64. Grayscale: #616161. Windows color (decimal): -7650661 or 10175115. OLE color: 10175115.

HSL color Cylindrical-coordinate representation of color #8B429B: hue angle of 289.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B429B is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 66 155 -
CMYK 0.10 0.57 0 0.39
HSL 289.21º 0.4% 0.43% -
HSV(B) 289.21º 0.57% 0.61% -
XYZ 18.51 11.75 32.3 -
YUV 97.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 139 66 155 0.10 0.57 0 0.39 289.21 0.4 0.43
Hex 8B 42 9B A 39 0 27 121 28 2B
Octal 213 102 233 12 71 0 47 441 50 53
Binary 10001011 1000010 10011011 1010 111001 0 100111 100100001 101000 101011

Color Harmonies of #8B429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B429B

Black with #8B429B

Text Example


Text Example

White with #8B429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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