Html Css Color HEX #995991 Violet Blue

📋 copy color: '#995991'

red 153 ◦ green 89 ◦ blue 145

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

Shades of Violet Blue #995991

Tints of Violet Blue #995991

RGB

 RED value IS 153 (60.16% from 255) = 39.53%

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 39.53%
G = 23%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995991 (or 0x995991) is known color: Violet Blue. HEX triplet: 99, 59 and 91. RGB value is (153,89,145). Sum of RGB (Red+Green+Blue) = 153+89+145=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995991 is #66A66E. Grayscale: #727272. Windows color (decimal): -6727279 or 9525657. OLE color: 9525657.

HSL color Cylindrical-coordinate representation of color #995991: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995991 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 145 -
CMYK 0 0.42 0.05 0.4
HSL 307.5º 0.26% 0.47% -
HSV(B) 307.5º 0.42% 0.6% -
XYZ 21.82 15.96 28.72 -
YUV 114.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 153 89 145 0 0.42 0.05 0.4 307.5 0.26 0.47
Hex 99 59 91 0 2A 5 28 134 1A 2F
Octal 231 131 221 0 52 5 50 464 32 57
Binary 10011001 1011001 10010001 0 101010 101 101000 100110100 11010 101111

Color Harmonies of #995991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995991

Black with #995991

Text Example


Text Example

White with #995991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995991; }

 p { color: rgb(153,89,145); }

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

background-color css

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

 a { background-color: rgb(153,89,145); }

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

border-color css

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

 span { border-color: rgb(153,89,145); }

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