Html Css Color HEX #995499 Violet Blue

📋 copy color: '#995499'

red 153 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #995499

Tints of Violet Blue #995499

RGB

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

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

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

R = 39.23%
G = 21.54%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#995499 (or 0x995499) is known color: Violet Blue. HEX triplet: 99, 54 and 99. RGB value is (153,84,153). Sum of RGB (Red+Green+Blue) = 153+84+153=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995499 is #66AB66. Grayscale: #707070. Windows color (decimal): -6728551 or 10048665. OLE color: 10048665.

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

Color convert

RGB 153 84 153 -
CMYK 0 0.45 0 0.4
HSL 300º 0.29% 0.46% -
HSV(B) 300º 0.45% 0.6% -
XYZ 22.06 15.41 31.95 -
YUV 112.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 153 84 153 0 0.45 0 0.4 300 0.29 0.46
Hex 99 54 99 0 2D 0 28 12C 1D 2E
Octal 231 124 231 0 55 0 50 454 35 56
Binary 10011001 1010100 10011001 0 101101 0 101000 100101100 11101 101110

Color Harmonies of #995499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995499

Black with #995499

Text Example


Text Example

White with #995499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995499; }

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

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

background-color css

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

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

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

border-color css

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

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

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