Html Css Color HEX #893299 Vivid Violet

📋 copy color: '#893299'

red 137 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #893299

Tints of Vivid Violet #893299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 40.29%
G = 14.71%
B = 45%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#893299 (or 0x893299) is known color: Vivid Violet. HEX triplet: 89, 32 and 99. RGB value is (137,50,153). Sum of RGB (Red+Green+Blue) = 137+50+153=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #893299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893299 is #76CD66. Grayscale: #575757. Windows color (decimal): -7785831 or 10039945. OLE color: 10039945.

HSL color Cylindrical-coordinate representation of color #893299: hue angle of 290.68º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893299 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 50 153 -
CMYK 0.10 0.67 0 0.4
HSL 290.68º 0.51% 0.4% -
HSV(B) 290.68º 0.67% 0.6% -
XYZ 17.21 9.9 31.14 -
YUV 87.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 137 50 153 0.10 0.67 0 0.4 290.68 0.51 0.4
Hex 89 32 99 A 43 0 28 123 33 28
Octal 211 62 231 12 103 0 50 443 63 50
Binary 10001001 110010 10011001 1010 1000011 0 101000 100100011 110011 101000

Color Harmonies of #893299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893299

Black with #893299

Text Example


Text Example

White with #893299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893299; }

 p { color: rgb(137,50,153); }

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

background-color css

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

 a { background-color: rgb(137,50,153); }

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

border-color css

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

 span { border-color: rgb(137,50,153); }

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