#9F6BA5

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

Shades of Violet Blue #9F6BA5

Tints of Violet Blue #9F6BA5

Color information

#9F6BA5 (or 0x9F6BA5) is unknown color: approx Violet Blue. HEX triplet: 9F, 6B and A5. RGB value is (159,107,165). Sum of RGB (Red+Green+Blue) = 159+107+165=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F6BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6BA5 is #60945A. Grayscale: #808080. Windows color (decimal): -6329435 or 10840991. OLE color: 10840991.

HSL color Cylindrical-coordinate representation of color #9F6BA5: hue angle of 293.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6BA5 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB159107165-
CMYK0.040.3500.35
HSL293.79º24.37%53.33%-
HSV(B)293.79º35.15%64.71%-
XYZ26.3520.638.19-
YUV129.16148.23149.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=36.89%
G=24.83%
B=38.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591071650.040.3500.35293.7924.3753.33
Hex9F6BA54230231261835
Octal2371532454430434463065
Binary10011111110101110100101100100011010001110010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,165); }

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

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

 a { background-color: rgb(159,107,165); }

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

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

 span { border-color: rgb(159,107,165); }

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