#926CD0

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

Shades of True V #926CD0

Tints of True V #926CD0

Color information

#926CD0 (or 0x926CD0) is unknown color: approx True V. HEX triplet: 92, 6C and D0. RGB value is (146,108,208). Sum of RGB (Red+Green+Blue) = 146+108+208=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #926CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CD0 is #6D932F. Grayscale: #828282. Windows color (decimal): -7181104 or 13659282. OLE color: 13659282.

HSL color Cylindrical-coordinate representation of color #926CD0: hue angle of 262.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926CD0 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146108208-
CMYK0.300.4800.18
HSL262.8º51.55%61.96%-
HSV(B)262.8º48.08%81.57%-
XYZ28.621.3962.3-
YUV130.76171.59138.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=31.60%
G=23.38%
B=45.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461082080.300.4800.18262.851.5561.96
Hex926CD01E30012107343e
Octal22215432036600224076476
Binary1001001011011001101000011110110000010010100000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,208); }

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

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

 a { background-color: rgb(146,108,208); }

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

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

 span { border-color: rgb(146,108,208); }

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