Html Css Color HEX #893293 Vivid Violet

📋 copy color: '#893293'

red 137 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #893293

Tints of Vivid Violet #893293

RGB

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

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

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

R = 41.02%
G = 14.97%
B = 44.01%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#893293 (or 0x893293) is known color: Vivid Violet. HEX triplet: 89, 32 and 93. RGB value is (137,50,147). Sum of RGB (Red+Green+Blue) = 137+50+147=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #893293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893293 is #76CD6C. Grayscale: #565656. Windows color (decimal): -7785837 or 9646729. OLE color: 9646729.

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

Color convert

RGB 137 50 147 -
CMYK 0.07 0.66 0 0.42
HSL 293.81º 0.49% 0.39% -
HSV(B) 293.81º 0.66% 0.58% -
XYZ 16.72 9.71 28.6 -
YUV 87.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 137 50 147 0.07 0.66 0 0.42 293.81 0.49 0.39
Hex 89 32 93 7 42 0 2A 126 31 27
Octal 211 62 223 7 102 0 52 446 61 47
Binary 10001001 110010 10010011 111 1000010 0 101010 100100110 110001 100111

Color Harmonies of #893293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893293

Black with #893293

Text Example


Text Example

White with #893293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893293; }

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

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

background-color css

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

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

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

border-color css

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

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

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