#9D669E

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

Shades of Violet Blue #9D669E

Tints of Violet Blue #9D669E

Color information

#9D669E (or 0x9D669E) is unknown color: approx Violet Blue. HEX triplet: 9D, 66 and 9E. RGB value is (157,102,158). Sum of RGB (Red+Green+Blue) = 157+102+158=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D669E is #629961. Grayscale: #7C7C7C. Windows color (decimal): -6461794 or 10380957. OLE color: 10380957.

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

Color convert

RGB157102158-
CMYK0.010.3500.38
HSL298.93º22.4%50.98%-
HSV(B)298.93º35.44%61.96%-
XYZ24.8319.1434.73-
YUV124.83146.72150.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=37.65%
G=24.46%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571021580.010.3500.38298.9322.450.98
Hex9D669E12302612b1633
Octal2351462361430464532663
Binary100111011100110100111101100011010011010010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D669E; }

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

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

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

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

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

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

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

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