#9277CC

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

Shades of True V #9277CC

Tints of True V #9277CC

Color information

#9277CC (or 0x9277CC) is unknown color: approx True V. HEX triplet: 92, 77 and CC. RGB value is (146,119,204). Sum of RGB (Red+Green+Blue) = 146+119+204=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9277CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277CC is #6D8833. Grayscale: #888888. Windows color (decimal): -7178292 or 13399954. OLE color: 13399954.

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

Color convert

RGB146119204-
CMYK0.280.4200.2
HSL259.06º45.45%63.33%-
HSV(B)259.06º41.67%80%-
XYZ29.3523.6660.15-
YUV136.76165.95134.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=31.13%
G=25.37%
B=43.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461192040.280.4200.2259.0645.4563.33
Hex9277CC1C2A0141032d3f
Octal22216731434520244035577
Binary1001001011101111100110011100101010010100100000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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