Html Css Color HEX #89448B Vivid Violet

📋 copy color: '#89448B'

red 137 ◦ green 68 ◦ blue 139

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

Shades of Vivid Violet #89448B

Tints of Vivid Violet #89448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 39.83%
G = 19.77%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89448B (or 0x89448B) is known color: Vivid Violet. HEX triplet: 89, 44 and 8B. RGB value is (137,68,139). Sum of RGB (Red+Green+Blue) = 137+68+139=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #89448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89448B is #76BB74. Grayscale: #606060. Windows color (decimal): -7781237 or 9127049. OLE color: 9127049.

HSL color Cylindrical-coordinate representation of color #89448B: hue angle of 298.31º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89448B is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 68 139 -
CMYK 0.01 0.51 0 0.45
HSL 298.31º 0.34% 0.41% -
HSV(B) 298.31º 0.51% 0.55% -
XYZ 17.04 11.32 25.71 -
YUV 96.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 137 68 139 0.01 0.51 0 0.45 298.31 0.34 0.41
Hex 89 44 8B 1 33 0 2D 12A 22 29
Octal 211 104 213 1 63 0 55 452 42 51
Binary 10001001 1000100 10001011 1 110011 0 101101 100101010 100010 101001

Color Harmonies of #89448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89448B

Black with #89448B

Text Example


Text Example

White with #89448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,68,139); }

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

background-color css

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

 a { background-color: rgb(137,68,139); }

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

border-color css

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

 span { border-color: rgb(137,68,139); }

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