Html Css Color HEX #893B8A Vivid Violet

📋 copy color: '#893B8A'

red 137 ◦ green 59 ◦ blue 138

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

Shades of Vivid Violet #893B8A

Tints of Vivid Violet #893B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 41.02%
G = 17.66%
B = 41.32%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#893B8A (or 0x893B8A) is known color: Vivid Violet. HEX triplet: 89, 3B and 8A. RGB value is (137,59,138). Sum of RGB (Red+Green+Blue) = 137+59+138=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #893B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893B8A is #76C475. Grayscale: #5B5B5B. Windows color (decimal): -7783542 or 9059209. OLE color: 9059209.

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

Color convert

RGB 137 59 138 -
CMYK 0.01 0.57 0 0.46
HSL 299.24º 0.4% 0.39% -
HSV(B) 299.24º 0.57% 0.54% -
XYZ 16.47 10.28 25.16 -
YUV 91.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 137 59 138 0.01 0.57 0 0.46 299.24 0.4 0.39
Hex 89 3B 8A 1 39 0 2E 12B 28 27
Octal 211 73 212 1 71 0 56 453 50 47
Binary 10001001 111011 10001010 1 111001 0 101110 100101011 101000 100111

Color Harmonies of #893B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B8A

Black with #893B8A

Text Example


Text Example

White with #893B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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