#9B648F

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

Shades of Violet Blue #9B648F

Tints of Violet Blue #9B648F

Color information

#9B648F (or 0x9B648F) is unknown color: approx Violet Blue. HEX triplet: 9B, 64 and 8F. RGB value is (155,100,143). Sum of RGB (Red+Green+Blue) = 155+100+143=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B648F is #649B70. Grayscale: #797979. Windows color (decimal): -6593393 or 9397403. OLE color: 9397403.

HSL color Cylindrical-coordinate representation of color #9B648F: hue angle of 313.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B648F is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155100143-
CMYK00.350.080.39
HSL313.09º21.57%50%-
HSV(B)313.09º35.48%60.78%-
XYZ23.0318.0728.26-
YUV121.35140.22152-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=38.94%
G=25.13%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510014300.350.080.39313.0921.5750
Hex9B648F0238271391632
Octal23314421704310474712662
Binary100110111100100100011110100011100010011110011100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,143); }

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

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

 a { background-color: rgb(155,100,143); }

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

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

 span { border-color: rgb(155,100,143); }

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