#95669D

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

Shades of Violet Blue #95669D

Tints of Violet Blue #95669D

Color information

#95669D (or 0x95669D) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 9D. RGB value is (149,102,157). Sum of RGB (Red+Green+Blue) = 149+102+157=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #95669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669D is #6A9962. Grayscale: #7A7A7A. Windows color (decimal): -6986083 or 10315413. OLE color: 10315413.

HSL color Cylindrical-coordinate representation of color #95669D: hue angle of 291.27º 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 #95669D is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149102157-
CMYK0.050.3500.38
HSL291.27º21.91%50.78%-
HSV(B)291.27º35.03%61.57%-
XYZ23.2318.3334.21-
YUV122.32147.57147.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=36.52%
G=25%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491021570.050.3500.38291.2721.9150.78
Hex95669D5230261231633
Octal2251462355430464432663
Binary10010101110011010011101101100011010011010010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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