Html Css Color HEX #893594 Vivid Violet

📋 copy color: '#893594'

red 137 ◦ green 53 ◦ blue 148

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

Shades of Vivid Violet #893594

Tints of Vivid Violet #893594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 40.53%
G = 15.68%
B = 43.79%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893594 (or 0x893594) is known color: Vivid Violet. HEX triplet: 89, 35 and 94. RGB value is (137,53,148). Sum of RGB (Red+Green+Blue) = 137+53+148=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #893594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893594 is #76CA6B. Grayscale: #585858. Windows color (decimal): -7785068 or 9713033. OLE color: 9713033.

HSL color Cylindrical-coordinate representation of color #893594: hue angle of 293.05º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893594 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 53 148 -
CMYK 0.07 0.64 0 0.42
HSL 293.05º 0.47% 0.39% -
HSV(B) 293.05º 0.64% 0.58% -
XYZ 16.93 10 29.06 -
YUV 88.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 137 53 148 0.07 0.64 0 0.42 293.05 0.47 0.39
Hex 89 35 94 7 40 0 2A 125 2F 27
Octal 211 65 224 7 100 0 52 445 57 47
Binary 10001001 110101 10010100 111 1000000 0 101010 100100101 101111 100111

Color Harmonies of #893594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893594

Black with #893594

Text Example


Text Example

White with #893594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893594; }

 p { color: rgb(137,53,148); }

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

background-color css

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

 a { background-color: rgb(137,53,148); }

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

border-color css

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

 span { border-color: rgb(137,53,148); }

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