Html Css Color HEX #955499 Violet Blue

📋 copy color: '#955499'

red 149 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #955499

Tints of Violet Blue #955499

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 149 84 153 -
CMYK 0.03 0.45 0 0.4
HSL 296.52º 0.29% 0.46% -
HSV(B) 296.52º 0.45% 0.6% -
XYZ 21.31 15.03 31.91 -
YUV 111.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 149 84 153 0.03 0.45 0 0.4 296.52 0.29 0.46
Hex 95 54 99 3 2D 0 28 129 1D 2E
Octal 225 124 231 3 55 0 50 451 35 56
Binary 10010101 1010100 10011001 11 101101 0 101000 100101001 11101 101110

Color Harmonies of #955499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955499

Black with #955499

Text Example


Text Example

White with #955499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955499; }

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

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

background-color css

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

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

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

border-color css

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

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

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