Html Css Color HEX #89429D Vivid Violet

📋 copy color: '#89429D'

red 137 ◦ green 66 ◦ blue 157

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

Shades of Vivid Violet #89429D

Tints of Vivid Violet #89429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 38.06%
G = 18.33%
B = 43.61%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89429D (or 0x89429D) is known color: Vivid Violet. HEX triplet: 89, 42 and 9D. RGB value is (137,66,157). Sum of RGB (Red+Green+Blue) = 137+66+157=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #89429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89429D is #76BD62. Grayscale: #616161. Windows color (decimal): -7781731 or 10306185. OLE color: 10306185.

HSL color Cylindrical-coordinate representation of color #89429D: hue angle of 286.81º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89429D is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 66 157 -
CMYK 0.13 0.58 0 0.38
HSL 286.81º 0.41% 0.44% -
HSV(B) 286.81º 0.58% 0.62% -
XYZ 18.35 11.65 33.18 -
YUV 97.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 137 66 157 0.13 0.58 0 0.38 286.81 0.41 0.44
Hex 89 42 9D D 3A 0 26 11F 29 2C
Octal 211 102 235 15 72 0 46 437 51 54
Binary 10001001 1000010 10011101 1101 111010 0 100110 100011111 101001 101100

Color Harmonies of #89429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89429D

Black with #89429D

Text Example


Text Example

White with #89429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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