#956198

Color #956198 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #956198

Tints of Violet Blue #956198

Color information

#956198 (or 0x956198) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 98. RGB value is (149,97,152). Sum of RGB (Red+Green+Blue) = 149+97+152=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #956198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956198 is #6A9E67. Grayscale: #767676. Windows color (decimal): -6987368 or 9986453. OLE color: 9986453.

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

Color convert

RGB14997152-
CMYK0.020.3600.40
HSL296.73º22.09%48.82%-
HSV(B)296.73º36.18%59.61%-
XYZ22.3417.2131.85-
YUV118.82146.73149.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=37.44%
G=24.37%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149971520.020.3600.40296.7322.0948.82
Hex9561982240281291631
Octal2251412302440504512661
Binary1001010111000011001100010100100010100010010100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956198; }

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

 H1.HeaderClassName
 {
   color: #956198;
 }
 .AnyTagClassName
 {
   color: #956198;
 }
</style>
background-color css

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

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

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

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

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

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