#9279C0

Color #9279C0 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9279C0

Tints of True V #9279C0

Color information

#9279C0 (or 0x9279C0) is unknown color: approx True V. HEX triplet: 92, 79 and C0. RGB value is (146,121,192). Sum of RGB (Red+Green+Blue) = 146+121+192=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #9279C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279C0 is #6D863F. Grayscale: #888888. Windows color (decimal): -7177792 or 12614034. OLE color: 12614034.

HSL color Cylindrical-coordinate representation of color #9279C0: hue angle of 261.13º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9279C0 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146121192-
CMYK0.240.3700.25
HSL261.13º36.04%61.37%-
HSV(B)261.13º36.98%75.29%-
XYZ28.2123.5952.94-
YUV136.57159.28134.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=31.81%
G=26.36%
B=41.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461211920.240.3700.25261.1336.0461.37
Hex9279C01825019105243d
Octal22217130030450314054475
Binary1001001011110011100000011000100101011001100000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9279C0; }

 p { color: rgb(146,121,192); }

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

<style>
 a { background-color: #9279C0; }

 a { background-color: rgb(146,121,192); }

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

<style>
 span { border-color: #9279C0; }

 span { border-color: rgb(146,121,192); }

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