Html Css Color HEX #956994 Violet Blue

📋 copy color: '#956994'

red 149 ◦ green 105 ◦ blue 148

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

Shades of Violet Blue #956994

Tints of Violet Blue #956994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 37.06%
G = 26.12%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956994 (or 0x956994) is known color: Violet Blue. HEX triplet: 95, 69 and 94. RGB value is (149,105,148). Sum of RGB (Red+Green+Blue) = 149+105+148=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #956994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956994 is #6A966B. Grayscale: #7A7A7A. Windows color (decimal): -6985324 or 9726357. OLE color: 9726357.

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

Color convert

RGB 149 105 148 -
CMYK 0 0.30 0.01 0.42
HSL 301.36º 0.17% 0.5% -
HSV(B) 301.36º 0.3% 0.58% -
XYZ 22.79 18.63 30.41 -
YUV 123.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 149 105 148 0 0.30 0.01 0.42 301.36 0.17 0.5
Hex 95 69 94 0 1E 1 2A 12D 11 32
Octal 225 151 224 0 36 1 52 455 21 62
Binary 10010101 1101001 10010100 0 11110 1 101010 100101101 10001 110010

Color Harmonies of #956994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956994

Black with #956994

Text Example


Text Example

White with #956994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956994; }

 p { color: rgb(149,105,148); }

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

background-color css

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

 a { background-color: rgb(149,105,148); }

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

border-color css

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

 span { border-color: rgb(149,105,148); }

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