#9F6CA4

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

Shades of Violet Blue #9F6CA4

Tints of Violet Blue #9F6CA4

Color information

#9F6CA4 (or 0x9F6CA4) is unknown color: approx Violet Blue. HEX triplet: 9F, 6C and A4. RGB value is (159,108,164). Sum of RGB (Red+Green+Blue) = 159+108+164=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F6CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6CA4 is #60935B. Grayscale: #818181. Windows color (decimal): -6329180 or 10775711. OLE color: 10775711.

HSL color Cylindrical-coordinate representation of color #9F6CA4: hue angle of 294.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6CA4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159108164-
CMYK0.030.3400.36
HSL294.64º23.53%53.33%-
HSV(B)294.64º34.15%64.31%-
XYZ26.3620.7837.74-
YUV129.63147.4148.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=36.89%
G=25.06%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591081640.030.3400.36294.6423.5353.33
Hex9F6CA43220241271835
Octal2371542443420444473065
Binary1001111111011001010010011100010010010010010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,164); }

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

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

 a { background-color: rgb(159,108,164); }

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

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

 span { border-color: rgb(159,108,164); }

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