Html Css Color HEX #995899 Violet Blue

📋 copy color: '#995899'

red 153 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #995899

Tints of Violet Blue #995899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 38.83%
G = 22.34%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#995899 (or 0x995899) is known color: Violet Blue. HEX triplet: 99, 58 and 99. RGB value is (153,88,153). Sum of RGB (Red+Green+Blue) = 153+88+153=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995899 is #66A766. Grayscale: #727272. Windows color (decimal): -6727527 or 10049689. OLE color: 10049689.

HSL color Cylindrical-coordinate representation of color #995899: hue angle of 300º degrees, saturation: 0.27, 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 #995899 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 153 -
CMYK 0 0.42 0 0.4
HSL 300º 0.27% 0.47% -
HSV(B) 300º 0.42% 0.6% -
XYZ 22.38 16.05 32.06 -
YUV 114.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 153 88 153 0 0.42 0 0.4 300 0.27 0.47
Hex 99 58 99 0 2A 0 28 12C 1B 2F
Octal 231 130 231 0 52 0 50 454 33 57
Binary 10011001 1011000 10011001 0 101010 0 101000 100101100 11011 101111

Color Harmonies of #995899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995899

Black with #995899

Text Example


Text Example

White with #995899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995899; }

 p { color: rgb(153,88,153); }

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

background-color css

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

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

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

border-color css

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

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

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