#9B669D

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

Shades of Violet Blue #9B669D

Tints of Violet Blue #9B669D

Color information

#9B669D (or 0x9B669D) is unknown color: approx Violet Blue. HEX triplet: 9B, 66 and 9D. RGB value is (155,102,157). Sum of RGB (Red+Green+Blue) = 155+102+157=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B669D is #649962. Grayscale: #7B7B7B. Windows color (decimal): -6592867 or 10315419. OLE color: 10315419.

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

Color convert

RGB155102157-
CMYK0.010.3500.38
HSL297.82º21.91%50.78%-
HSV(B)297.82º35.03%61.57%-
XYZ24.3518.9134.26-
YUV124.12146.56150.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=37.44%
G=24.64%
B=37.92%

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
Decimal1551021570.010.3500.38297.8221.9150.78
Hex9B669D12302612a1633
Octal2331462351430464522663
Binary100110111100110100111011100011010011010010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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