Html Css Color HEX #995497 Violet Blue

📋 copy color: '#995497'

red 153 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #995497

Tints of Violet Blue #995497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 39.43%
G = 21.65%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995497 (or 0x995497) is known color: Violet Blue. HEX triplet: 99, 54 and 97. RGB value is (153,84,151). Sum of RGB (Red+Green+Blue) = 153+84+151=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995497 is #66AB68. Grayscale: #707070. Windows color (decimal): -6728553 or 9917593. OLE color: 9917593.

HSL color Cylindrical-coordinate representation of color #995497: hue angle of 301.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995497 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 151 -
CMYK 0 0.45 0.01 0.4
HSL 301.74º 0.29% 0.46% -
HSV(B) 301.74º 0.45% 0.6% -
XYZ 21.89 15.35 31.09 -
YUV 112.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 153 84 151 0 0.45 0.01 0.4 301.74 0.29 0.46
Hex 99 54 97 0 2D 1 28 12E 1D 2E
Octal 231 124 227 0 55 1 50 456 35 56
Binary 10011001 1010100 10010111 0 101101 1 101000 100101110 11101 101110

Color Harmonies of #995497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995497

Black with #995497

Text Example


Text Example

White with #995497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995497; }

 p { color: rgb(153,84,151); }

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

background-color css

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

 a { background-color: rgb(153,84,151); }

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

border-color css

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

 span { border-color: rgb(153,84,151); }

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