Html Css Color HEX #893B8C Vivid Violet

📋 copy color: '#893B8C'

red 137 ◦ green 59 ◦ blue 140

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

Shades of Vivid Violet #893B8C

Tints of Vivid Violet #893B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 40.77%
G = 17.56%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#893B8C (or 0x893B8C) is known color: Vivid Violet. HEX triplet: 89, 3B and 8C. RGB value is (137,59,140). Sum of RGB (Red+Green+Blue) = 137+59+140=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #893B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893B8C is #76C473. Grayscale: #5B5B5B. Windows color (decimal): -7783540 or 9190281. OLE color: 9190281.

HSL color Cylindrical-coordinate representation of color #893B8C: hue angle of 297.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893B8C is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 59 140 -
CMYK 0.02 0.58 0 0.45
HSL 297.78º 0.41% 0.39% -
HSV(B) 297.78º 0.58% 0.55% -
XYZ 16.61 10.34 25.93 -
YUV 91.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 137 59 140 0.02 0.58 0 0.45 297.78 0.41 0.39
Hex 89 3B 8C 2 3A 0 2D 12A 29 27
Octal 211 73 214 2 72 0 55 452 51 47
Binary 10001001 111011 10001100 10 111010 0 101101 100101010 101001 100111

Color Harmonies of #893B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B8C

Black with #893B8C

Text Example


Text Example

White with #893B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,59,140); }

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

background-color css

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

 a { background-color: rgb(137,59,140); }

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

border-color css

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

 span { border-color: rgb(137,59,140); }

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