Html Css Color HEX #893B85 Vivid Violet

📋 copy color: '#893B85'

red 137 ◦ green 59 ◦ blue 133

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

Shades of Vivid Violet #893B85

Tints of Vivid Violet #893B85

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 41.64%
G = 17.93%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#893B85 (or 0x893B85) is known color: Vivid Violet. HEX triplet: 89, 3B and 85. RGB value is (137,59,133). Sum of RGB (Red+Green+Blue) = 137+59+133=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #893B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893B85 is #76C47A. Grayscale: #5A5A5A. Windows color (decimal): -7783547 or 8731529. OLE color: 8731529.

HSL color Cylindrical-coordinate representation of color #893B85: hue angle of 303.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B85 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 133 -
CMYK 0 0.57 0.03 0.46
HSL 303.08º 0.4% 0.38% -
HSV(B) 303.08º 0.57% 0.54% -
XYZ 16.11 10.14 23.3 -
YUV 90.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 137 59 133 0 0.57 0.03 0.46 303.08 0.4 0.38
Hex 89 3B 85 0 39 3 2E 12F 28 26
Octal 211 73 205 0 71 3 56 457 50 46
Binary 10001001 111011 10000101 0 111001 11 101110 100101111 101000 100110

Color Harmonies of #893B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B85

Black with #893B85

Text Example


Text Example

White with #893B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893B85; }

 p { color: rgb(137,59,133); }

 H1.HeaderClassName
 {
   color: #893B85;
 }
 .AnyTagClassName
 {
   color: #893B85;
 }
</style>

background-color css

<style>
 a { background-color: #893B85; }

 a { background-color: rgb(137,59,133); }

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

border-color css

<style>
 span { border-color: #893B85; }

 span { border-color: rgb(137,59,133); }

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