Html Css Color HEX #956D90 Violet Blue

📋 copy color: '#956D90'

red 149 ◦ green 109 ◦ blue 144

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

Shades of Violet Blue #956D90

Tints of Violet Blue #956D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 37.06%
G = 27.11%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956D90 (or 0x956D90) is known color: Violet Blue. HEX triplet: 95, 6D and 90. RGB value is (149,109,144). Sum of RGB (Red+Green+Blue) = 149+109+144=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #956D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D90 is #6A926F. Grayscale: #7C7C7C. Windows color (decimal): -6984304 or 9465237. OLE color: 9465237.

HSL color Cylindrical-coordinate representation of color #956D90: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D90 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 144 -
CMYK 0 0.27 0.03 0.42
HSL 307.5º 0.16% 0.51% -
HSV(B) 307.5º 0.27% 0.58% -
XYZ 22.9 19.34 28.91 -
YUV 124.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 149 109 144 0 0.27 0.03 0.42 307.5 0.16 0.51
Hex 95 6D 90 0 1B 3 2A 134 10 33
Octal 225 155 220 0 33 3 52 464 20 63
Binary 10010101 1101101 10010000 0 11011 11 101010 100110100 10000 110011

Color Harmonies of #956D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D90

Black with #956D90

Text Example


Text Example

White with #956D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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