Html Css Color HEX #913988 Vivid Violet

📋 copy color: '#913988'

red 145 ◦ green 57 ◦ blue 136

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

Shades of Vivid Violet #913988

Tints of Vivid Violet #913988

RGB

 RED value IS 145 (57.03% from 255) = 42.9%

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 42.9%
G = 16.86%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#913988 (or 0x913988) is known color: Vivid Violet. HEX triplet: 91, 39 and 88. RGB value is (145,57,136). Sum of RGB (Red+Green+Blue) = 145+57+136=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #913988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913988 is #6EC677. Grayscale: #5C5C5C. Windows color (decimal): -7259768 or 8927633. OLE color: 8927633.

HSL color Cylindrical-coordinate representation of color #913988: hue angle of 306.14º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913988 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 57 136 -
CMYK 0 0.61 0.06 0.43
HSL 306.14º 0.44% 0.4% -
HSV(B) 306.14º 0.61% 0.57% -
XYZ 17.58 10.72 24.44 -
YUV 92.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 145 57 136 0 0.61 0.06 0.43 306.14 0.44 0.4
Hex 91 39 88 0 3D 6 2B 132 2C 28
Octal 221 71 210 0 75 6 53 462 54 50
Binary 10010001 111001 10001000 0 111101 110 101011 100110010 101100 101000

Color Harmonies of #913988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913988

Black with #913988

Text Example


Text Example

White with #913988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913988; }

 p { color: rgb(145,57,136); }

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

background-color css

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

 a { background-color: rgb(145,57,136); }

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

border-color css

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

 span { border-color: rgb(145,57,136); }

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