Html Css Color HEX #89429B Vivid Violet

📋 copy color: '#89429B'

red 137 ◦ green 66 ◦ blue 155

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

Shades of Vivid Violet #89429B

Tints of Vivid Violet #89429B

RGB

 RED value IS 137 (53.91% from 255) = 38.27%

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

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

R = 38.27%
G = 18.44%
B = 43.3%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89429B (or 0x89429B) is known color: Vivid Violet. HEX triplet: 89, 42 and 9B. RGB value is (137,66,155). Sum of RGB (Red+Green+Blue) = 137+66+155=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #89429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89429B is #76BD64. Grayscale: #616161. Windows color (decimal): -7781733 or 10175113. OLE color: 10175113.

HSL color Cylindrical-coordinate representation of color #89429B: hue angle of 287.87º 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 #89429B is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 66 155 -
CMYK 0.12 0.57 0 0.39
HSL 287.87º 0.4% 0.43% -
HSV(B) 287.87º 0.57% 0.61% -
XYZ 18.18 11.58 32.29 -
YUV 97.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 137 66 155 0.12 0.57 0 0.39 287.87 0.4 0.43
Hex 89 42 9B C 39 0 27 120 28 2B
Octal 211 102 233 14 71 0 47 440 50 53
Binary 10001001 1000010 10011011 1100 111001 0 100111 100100000 101000 101011

Color Harmonies of #89429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89429B

Black with #89429B

Text Example


Text Example

White with #89429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89429B; }

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

 H1.HeaderClassName
 {
   color: #89429B;
 }
 .AnyTagClassName
 {
   color: #89429B;
 }
</style>

background-color css

<style>
 a { background-color: #89429B; }

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

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

border-color css

<style>
 span { border-color: #89429B; }

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

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