Html Css Color HEX #89419B Vivid Violet

📋 copy color: '#89419B'

red 137 ◦ green 65 ◦ blue 155

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

Shades of Vivid Violet #89419B

Tints of Vivid Violet #89419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 38.38%
G = 18.21%
B = 43.42%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89419B (or 0x89419B) is known color: Vivid Violet. HEX triplet: 89, 41 and 9B. RGB value is (137,65,155). Sum of RGB (Red+Green+Blue) = 137+65+155=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #89419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89419B is #76BE64. Grayscale: #606060. Windows color (decimal): -7781989 or 10174857. OLE color: 10174857.

HSL color Cylindrical-coordinate representation of color #89419B: hue angle of 288º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89419B is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 65 155 -
CMYK 0.12 0.58 0 0.39
HSL 288º 0.41% 0.43% -
HSV(B) 288º 0.58% 0.61% -
XYZ 18.12 11.47 32.27 -
YUV 96.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 137 65 155 0.12 0.58 0 0.39 288 0.41 0.43
Hex 89 41 9B C 3A 0 27 120 29 2B
Octal 211 101 233 14 72 0 47 440 51 53
Binary 10001001 1000001 10011011 1100 111010 0 100111 100100000 101001 101011

Color Harmonies of #89419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89419B

Black with #89419B

Text Example


Text Example

White with #89419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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