Html Css Color HEX #895093 Vivid Violet

📋 copy color: '#895093'

red 137 ◦ green 80 ◦ blue 147

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

Shades of Vivid Violet #895093

Tints of Vivid Violet #895093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 37.64%
G = 21.98%
B = 40.38%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895093 (or 0x895093) is known color: Vivid Violet. HEX triplet: 89, 50 and 93. RGB value is (137,80,147). Sum of RGB (Red+Green+Blue) = 137+80+147=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #895093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895093 is #76AF6C. Grayscale: #686868. Windows color (decimal): -7778157 or 9654409. OLE color: 9654409.

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

Color convert

RGB 137 80 147 -
CMYK 0.07 0.46 0 0.42
HSL 291.04º 0.3% 0.45% -
HSV(B) 291.04º 0.46% 0.58% -
XYZ 18.45 13.16 29.17 -
YUV 104.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 137 80 147 0.07 0.46 0 0.42 291.04 0.3 0.45
Hex 89 50 93 7 2E 0 2A 123 1E 2D
Octal 211 120 223 7 56 0 52 443 36 55
Binary 10001001 1010000 10010011 111 101110 0 101010 100100011 11110 101101

Color Harmonies of #895093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895093

Black with #895093

Text Example


Text Example

White with #895093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895093; }

 p { color: rgb(137,80,147); }

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

background-color css

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

 a { background-color: rgb(137,80,147); }

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

border-color css

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

 span { border-color: rgb(137,80,147); }

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