Html Css Color HEX #995595 Violet Blue

📋 copy color: '#995595'

red 153 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #995595

Tints of Violet Blue #995595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 39.53%
G = 21.96%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995595 (or 0x995595) is known color: Violet Blue. HEX triplet: 99, 55 and 95. RGB value is (153,85,149). Sum of RGB (Red+Green+Blue) = 153+85+149=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995595 is #66AA6A. Grayscale: #707070. Windows color (decimal): -6728299 or 9786777. OLE color: 9786777.

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

Color convert

RGB 153 85 149 -
CMYK 0 0.44 0.03 0.4
HSL 303.53º 0.29% 0.47% -
HSV(B) 303.53º 0.44% 0.6% -
XYZ 21.81 15.44 30.26 -
YUV 112.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 153 85 149 0 0.44 0.03 0.4 303.53 0.29 0.47
Hex 99 55 95 0 2C 3 28 130 1D 2F
Octal 231 125 225 0 54 3 50 460 35 57
Binary 10011001 1010101 10010101 0 101100 11 101000 100110000 11101 101111

Color Harmonies of #995595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995595

Black with #995595

Text Example


Text Example

White with #995595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995595; }

 p { color: rgb(153,85,149); }

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

background-color css

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

 a { background-color: rgb(153,85,149); }

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

border-color css

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

 span { border-color: rgb(153,85,149); }

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