#95669E

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

Shades of Violet Blue #95669E

Tints of Violet Blue #95669E

Color information

#95669E (or 0x95669E) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 9E. RGB value is (149,102,158). Sum of RGB (Red+Green+Blue) = 149+102+158=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #95669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669E is #6A9961. Grayscale: #7A7A7A. Windows color (decimal): -6986082 or 10380949. OLE color: 10380949.

HSL color Cylindrical-coordinate representation of color #95669E: hue angle of 290.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95669E is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149102158-
CMYK0.060.3500.38
HSL290.36º22.4%50.98%-
HSV(B)290.36º35.44%61.96%-
XYZ23.3218.3634.66-
YUV122.44148.07146.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=36.43%
G=24.94%
B=38.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491021580.060.3500.38290.3622.450.98
Hex95669E6230261221633
Octal2251462366430464422663
Binary10010101110011010011110110100011010011010010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95669E; }

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

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

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

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

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

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

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

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