Html Css Color HEX #995495 Violet Blue

📋 copy color: '#995495'

red 153 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #995495

Tints of Violet Blue #995495

RGB

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

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

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

R = 39.64%
G = 21.76%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995495 (or 0x995495) is known color: Violet Blue. HEX triplet: 99, 54 and 95. RGB value is (153,84,149). Sum of RGB (Red+Green+Blue) = 153+84+149=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995495 is #66AB6A. Grayscale: #6F6F6F. Windows color (decimal): -6728555 or 9786521. OLE color: 9786521.

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

Color convert

RGB 153 84 149 -
CMYK 0 0.45 0.03 0.4
HSL 303.48º 0.29% 0.46% -
HSV(B) 303.48º 0.45% 0.6% -
XYZ 21.73 15.28 30.24 -
YUV 112.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 153 84 149 0 0.45 0.03 0.4 303.48 0.29 0.46
Hex 99 54 95 0 2D 3 28 12F 1D 2E
Octal 231 124 225 0 55 3 50 457 35 56
Binary 10011001 1010100 10010101 0 101101 11 101000 100101111 11101 101110

Color Harmonies of #995495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995495

Black with #995495

Text Example


Text Example

White with #995495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995495; }

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

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

background-color css

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

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

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

border-color css

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

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

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