Html Css Color HEX #893D84 Vivid Violet

📋 copy color: '#893D84'

red 137 ◦ green 61 ◦ blue 132

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

Shades of Vivid Violet #893D84

Tints of Vivid Violet #893D84

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 41.52%
G = 18.48%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#893D84 (or 0x893D84) is known color: Vivid Violet. HEX triplet: 89, 3D and 84. RGB value is (137,61,132). Sum of RGB (Red+Green+Blue) = 137+61+132=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #893D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893D84 is #76C27B. Grayscale: #5B5B5B. Windows color (decimal): -7783036 or 8666505. OLE color: 8666505.

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

Color convert

RGB 137 61 132 -
CMYK 0 0.55 0.04 0.46
HSL 303.95º 0.38% 0.39% -
HSV(B) 303.95º 0.55% 0.54% -
XYZ 16.15 10.32 22.97 -
YUV 91.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 137 61 132 0 0.55 0.04 0.46 303.95 0.38 0.39
Hex 89 3D 84 0 37 4 2E 130 26 27
Octal 211 75 204 0 67 4 56 460 46 47
Binary 10001001 111101 10000100 0 110111 100 101110 100110000 100110 100111

Color Harmonies of #893D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D84

Black with #893D84

Text Example


Text Example

White with #893D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,132); }

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

background-color css

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

 a { background-color: rgb(137,61,132); }

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

border-color css

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

 span { border-color: rgb(137,61,132); }

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