Html Css Color HEX #956A90 Violet Blue

📋 copy color: '#956A90'

red 149 ◦ green 106 ◦ blue 144

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

Shades of Violet Blue #956A90

Tints of Violet Blue #956A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 37.34%
G = 26.57%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956A90 (or 0x956A90) is known color: Violet Blue. HEX triplet: 95, 6A and 90. RGB value is (149,106,144). Sum of RGB (Red+Green+Blue) = 149+106+144=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A90 is #6A956F. Grayscale: #7B7B7B. Windows color (decimal): -6985072 or 9464469. OLE color: 9464469.

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

Color convert

RGB 149 106 144 -
CMYK 0 0.29 0.03 0.42
HSL 306.98º 0.17% 0.5% -
HSV(B) 306.98º 0.29% 0.58% -
XYZ 22.58 18.71 28.81 -
YUV 123.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 149 106 144 0 0.29 0.03 0.42 306.98 0.17 0.5
Hex 95 6A 90 0 1D 3 2A 133 11 32
Octal 225 152 220 0 35 3 52 463 21 62
Binary 10010101 1101010 10010000 0 11101 11 101010 100110011 10001 110010

Color Harmonies of #956A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A90

Black with #956A90

Text Example


Text Example

White with #956A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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