#9B669E

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

Shades of Violet Blue #9B669E

Tints of Violet Blue #9B669E

Color information

#9B669E (or 0x9B669E) is unknown color: approx Violet Blue. HEX triplet: 9B, 66 and 9E. RGB value is (155,102,158). Sum of RGB (Red+Green+Blue) = 155+102+158=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B669E is #649961. Grayscale: #7C7C7C. Windows color (decimal): -6592866 or 10380955. OLE color: 10380955.

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

Color convert

RGB155102158-
CMYK0.020.3500.38
HSL296.79º22.4%50.98%-
HSV(B)296.79º35.44%61.96%-
XYZ24.4418.9434.72-
YUV124.23147.06149.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=37.35%
G=24.58%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551021580.020.3500.38296.7922.450.98
Hex9B669E2230261291633
Octal2331462362430464512663
Binary1001101111001101001111010100011010011010010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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