#927ad1

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

Shades of True V #927AD1

Tints of True V #927AD1

Color information

#927AD1 (or 0x927AD1) is unknown color: approx True V. HEX triplet: 92, 7A and D1. RGB value is (146,122,209). Sum of RGB (Red+Green+Blue) = 146+122+209=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #927AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AD1 is #6D852E. Grayscale: #8A8A8A. Windows color (decimal): -7177519 or 13728402. OLE color: 13728402.

HSL color Cylindrical-coordinate representation of color #927AD1: hue angle of 256.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927AD1 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146122209-
CMYK0.300.4200.18
HSL256.55º48.6%64.9%-
HSV(B)256.55º41.63%81.96%-
XYZ30.3224.6363.48-
YUV139.09167.45132.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=30.61%
G=25.58%
B=43.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461222090.300.4200.18256.5548.664.9
Hex927AD11E2A0121013141
Octal222172321365202240161101
Binary10010010111101011010001111101010100100101000000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927ad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927ad1; }

 p { color: rgb(146,122,209); }

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

<style>
 a { background-color: #927ad1; }

 a { background-color: rgb(146,122,209); }

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

<style>
 span { border-color: #927ad1; }

 span { border-color: rgb(146,122,209); }

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