Html Css Color HEX #956995 Violet Blue

📋 copy color: '#956995'

red 149 ◦ green 105 ◦ blue 149

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

Shades of Violet Blue #956995

Tints of Violet Blue #956995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 36.97%
G = 26.05%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#956995 (or 0x956995) is known color: Violet Blue. HEX triplet: 95, 69 and 95. RGB value is (149,105,149). Sum of RGB (Red+Green+Blue) = 149+105+149=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956995 is #6A966A. Grayscale: #7B7B7B. Windows color (decimal): -6985323 or 9791893. OLE color: 9791893.

HSL color Cylindrical-coordinate representation of color #956995: hue angle of 300º 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 #956995 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 149 -
CMYK 0 0.30 0 0.42
HSL 300º 0.17% 0.5% -
HSV(B) 300º 0.3% 0.58% -
XYZ 22.87 18.66 30.83 -
YUV 123.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 149 105 149 0 0.30 0 0.42 300 0.17 0.5
Hex 95 69 95 0 1E 0 2A 12C 11 32
Octal 225 151 225 0 36 0 52 454 21 62
Binary 10010101 1101001 10010101 0 11110 0 101010 100101100 10001 110010

Color Harmonies of #956995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956995

Black with #956995

Text Example


Text Example

White with #956995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956995; }

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

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

background-color css

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

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

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

border-color css

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

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

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