Html Css Color HEX #89308B Vivid Violet

📋 copy color: '#89308B'

red 137 ◦ green 48 ◦ blue 139

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

Shades of Vivid Violet #89308B

Tints of Vivid Violet #89308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 42.28%
G = 14.81%
B = 42.9%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89308B (or 0x89308B) is known color: Vivid Violet. HEX triplet: 89, 30 and 8B. RGB value is (137,48,139). Sum of RGB (Red+Green+Blue) = 137+48+139=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #89308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89308B is #76CF74. Grayscale: #545454. Windows color (decimal): -7786357 or 9121929. OLE color: 9121929.

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

Color convert

RGB 137 48 139 -
CMYK 0.01 0.65 0 0.45
HSL 298.68º 0.49% 0.37% -
HSV(B) 298.68º 0.65% 0.55% -
XYZ 16.03 9.3 25.38 -
YUV 84.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 137 48 139 0.01 0.65 0 0.45 298.68 0.49 0.37
Hex 89 30 8B 1 41 0 2D 12B 31 25
Octal 211 60 213 1 101 0 55 453 61 45
Binary 10001001 110000 10001011 1 1000001 0 101101 100101011 110001 100101

Color Harmonies of #89308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89308B

Black with #89308B

Text Example


Text Example

White with #89308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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