Html Css Color HEX #956D99 Violet Blue

📋 copy color: '#956D99'

red 149 ◦ green 109 ◦ blue 153

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

Shades of Violet Blue #956D99

Tints of Violet Blue #956D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 36.25%
G = 26.52%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#956D99 (or 0x956D99) is known color: Violet Blue. HEX triplet: 95, 6D and 99. RGB value is (149,109,153). Sum of RGB (Red+Green+Blue) = 149+109+153=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #956D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D99 is #6A9266. Grayscale: #7D7D7D. Windows color (decimal): -6984295 or 10055061. OLE color: 10055061.

HSL color Cylindrical-coordinate representation of color #956D99: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956D99 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 109 153 -
CMYK 0.03 0.29 0 0.4
HSL 294.55º 0.18% 0.51% -
HSV(B) 294.55º 0.29% 0.6% -
XYZ 23.61 19.63 32.68 -
YUV 125.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 149 109 153 0.03 0.29 0 0.4 294.55 0.18 0.51
Hex 95 6D 99 3 1D 0 28 127 12 33
Octal 225 155 231 3 35 0 50 447 22 63
Binary 10010101 1101101 10011001 11 11101 0 101000 100100111 10010 110011

Color Harmonies of #956D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D99

Black with #956D99

Text Example


Text Example

White with #956D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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