#9274CC

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

Shades of True V #9274CC

Tints of True V #9274CC

Color information

#9274CC (or 0x9274CC) is unknown color: approx True V. HEX triplet: 92, 74 and CC. RGB value is (146,116,204). Sum of RGB (Red+Green+Blue) = 146+116+204=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9274CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274CC is #6D8B33. Grayscale: #868686. Windows color (decimal): -7179060 or 13399186. OLE color: 13399186.

HSL color Cylindrical-coordinate representation of color #9274CC: hue angle of 260.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9274CC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146116204-
CMYK0.280.4300.2
HSL260.45º46.32%62.75%-
HSV(B)260.45º43.14%80%-
XYZ2922.9660.03-
YUV135166.94135.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=31.33%
G=24.89%
B=43.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461162040.280.4300.2260.4546.3262.75
Hex9274CC1C2B0141042e3f
Octal22216431434530244045677
Binary1001001011101001100110011100101011010100100000100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9274CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9274CC; }

 p { color: rgb(146,116,204); }

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

<style>
 a { background-color: #9274CC; }

 a { background-color: rgb(146,116,204); }

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

<style>
 span { border-color: #9274CC; }

 span { border-color: rgb(146,116,204); }

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