Html Css Color HEX #995590 Violet Blue

📋 copy color: '#995590'

red 153 ◦ green 85 ◦ blue 144

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

Shades of Violet Blue #995590

Tints of Violet Blue #995590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 40.05%
G = 22.25%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995590 (or 0x995590) is known color: Violet Blue. HEX triplet: 99, 55 and 90. RGB value is (153,85,144). Sum of RGB (Red+Green+Blue) = 153+85+144=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995590 is #66AA6F. Grayscale: #6F6F6F. Windows color (decimal): -6728304 or 9459097. OLE color: 9459097.

HSL color Cylindrical-coordinate representation of color #995590: hue angle of 307.94º 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 #995590 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 144 -
CMYK 0 0.44 0.06 0.4
HSL 307.94º 0.29% 0.47% -
HSV(B) 307.94º 0.44% 0.6% -
XYZ 21.42 15.28 28.21 -
YUV 112.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 153 85 144 0 0.44 0.06 0.4 307.94 0.29 0.47
Hex 99 55 90 0 2C 6 28 134 1D 2F
Octal 231 125 220 0 54 6 50 464 35 57
Binary 10011001 1010101 10010000 0 101100 110 101000 100110100 11101 101111

Color Harmonies of #995590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995590

Black with #995590

Text Example


Text Example

White with #995590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995590; }

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

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

background-color css

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

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

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

border-color css

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

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

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