Html Css Color HEX #956694 Violet Blue

📋 copy color: '#956694'

red 149 ◦ green 102 ◦ blue 148

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

Shades of Violet Blue #956694

Tints of Violet Blue #956694

RGB

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

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

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

R = 37.34%
G = 25.56%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956694 (or 0x956694) is known color: Violet Blue. HEX triplet: 95, 66 and 94. RGB value is (149,102,148). Sum of RGB (Red+Green+Blue) = 149+102+148=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956694 is #6A996B. Grayscale: #797979. Windows color (decimal): -6986092 or 9725589. OLE color: 9725589.

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

Color convert

RGB 149 102 148 -
CMYK 0 0.32 0.01 0.42
HSL 301.28º 0.19% 0.49% -
HSV(B) 301.28º 0.32% 0.58% -
XYZ 22.49 18.03 30.31 -
YUV 121.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 149 102 148 0 0.32 0.01 0.42 301.28 0.19 0.49
Hex 95 66 94 0 20 1 2A 12D 13 31
Octal 225 146 224 0 40 1 52 455 23 61
Binary 10010101 1100110 10010100 0 100000 1 101010 100101101 10011 110001

Color Harmonies of #956694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956694

Black with #956694

Text Example


Text Example

White with #956694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956694; }

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

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

background-color css

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

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

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

border-color css

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

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

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