Html Css Color HEX #956698 Violet Blue

📋 copy color: '#956698'

red 149 ◦ green 102 ◦ blue 152

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

Shades of Violet Blue #956698

Tints of Violet Blue #956698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 36.97%
G = 25.31%
B = 37.72%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#956698 (or 0x956698) is known color: Violet Blue. HEX triplet: 95, 66 and 98. RGB value is (149,102,152). Sum of RGB (Red+Green+Blue) = 149+102+152=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #956698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956698 is #6A9967. Grayscale: #797979. Windows color (decimal): -6986088 or 9987733. OLE color: 9987733.

HSL color Cylindrical-coordinate representation of color #956698: hue angle of 296.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956698 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 102 152 -
CMYK 0.02 0.33 0 0.40
HSL 296.4º 0.2% 0.5% -
HSV(B) 296.4º 0.33% 0.6% -
XYZ 22.81 18.16 32.01 -
YUV 121.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 149 102 152 0.02 0.33 0 0.40 296.4 0.2 0.5
Hex 95 66 98 2 21 0 28 128 14 32
Octal 225 146 230 2 41 0 50 450 24 62
Binary 10010101 1100110 10011000 10 100001 0 101000 100101000 10100 110010

Color Harmonies of #956698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956698

Black with #956698

Text Example


Text Example

White with #956698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956698; }

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

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

background-color css

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

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

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

border-color css

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

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

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