Html Css Color HEX #956690 Violet Blue

📋 copy color: '#956690'

red 149 ◦ green 102 ◦ blue 144

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

Shades of Violet Blue #956690

Tints of Violet Blue #956690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 37.72%
G = 25.82%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956690 (or 0x956690) is known color: Violet Blue. HEX triplet: 95, 66 and 90. RGB value is (149,102,144). Sum of RGB (Red+Green+Blue) = 149+102+144=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #956690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956690 is #6A996F. Grayscale: #787878. Windows color (decimal): -6986096 or 9463445. OLE color: 9463445.

HSL color Cylindrical-coordinate representation of color #956690: hue angle of 306.38º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956690 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 144 -
CMYK 0 0.32 0.03 0.42
HSL 306.38º 0.19% 0.49% -
HSV(B) 306.38º 0.32% 0.58% -
XYZ 22.18 17.91 28.67 -
YUV 120.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 149 102 144 0 0.32 0.03 0.42 306.38 0.19 0.49
Hex 95 66 90 0 20 3 2A 132 13 31
Octal 225 146 220 0 40 3 52 462 23 61
Binary 10010101 1100110 10010000 0 100000 11 101010 100110010 10011 110001

Color Harmonies of #956690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956690

Black with #956690

Text Example


Text Example

White with #956690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956690; }

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

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

background-color css

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

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

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

border-color css

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

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

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