#926FCC

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

Shades of True V #926FCC

Tints of True V #926FCC

Color information

#926FCC (or 0x926FCC) is unknown color: approx True V. HEX triplet: 92, 6F and CC. RGB value is (146,111,204). Sum of RGB (Red+Green+Blue) = 146+111+204=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #926FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FCC is #6D9033. Grayscale: #838383. Windows color (decimal): -7180340 or 13397906. OLE color: 13397906.

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

Color convert

RGB146111204-
CMYK0.280.4600.2
HSL262.58º47.69%61.76%-
HSV(B)262.58º45.59%80%-
XYZ28.4421.8459.84-
YUV132.07168.6137.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=31.67%
G=24.08%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461112040.280.4600.2262.5847.6961.76
Hex926FCC1C2E014107303e
Octal22215731434560244076076
Binary1001001011011111100110011100101110010100100000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926FCC; }

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

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

<style>
 a { background-color: #926FCC; }

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

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

<style>
 span { border-color: #926FCC; }

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

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