Html Css Color HEX #893C94 Vivid Violet

📋 copy color: '#893C94'

red 137 ◦ green 60 ◦ blue 148

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

Shades of Vivid Violet #893C94

Tints of Vivid Violet #893C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 39.71%
G = 17.39%
B = 42.9%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893C94 (or 0x893C94) is known color: Vivid Violet. HEX triplet: 89, 3C and 94. RGB value is (137,60,148). Sum of RGB (Red+Green+Blue) = 137+60+148=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #893C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C94 is #76C36B. Grayscale: #5C5C5C. Windows color (decimal): -7783276 or 9714825. OLE color: 9714825.

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

Color convert

RGB 137 60 148 -
CMYK 0.07 0.59 0 0.42
HSL 292.5º 0.42% 0.41% -
HSV(B) 292.5º 0.59% 0.58% -
XYZ 17.28 10.69 29.17 -
YUV 93.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 137 60 148 0.07 0.59 0 0.42 292.5 0.42 0.41
Hex 89 3C 94 7 3B 0 2A 124 2A 29
Octal 211 74 224 7 73 0 52 444 52 51
Binary 10001001 111100 10010100 111 111011 0 101010 100100100 101010 101001

Color Harmonies of #893C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C94

Black with #893C94

Text Example


Text Example

White with #893C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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