#927DCD

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

Shades of True V #927DCD

Tints of True V #927DCD

Color information

#927DCD (or 0x927DCD) is unknown color: approx True V. HEX triplet: 92, 7D and CD. RGB value is (146,125,205). Sum of RGB (Red+Green+Blue) = 146+125+205=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #927DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DCD is #6D8232. Grayscale: #8C8C8C. Windows color (decimal): -7176755 or 13467026. OLE color: 13467026.

HSL color Cylindrical-coordinate representation of color #927DCD: hue angle of 255.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927DCD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146125205-
CMYK0.290.3900.20
HSL255.75º44.44%64.71%-
HSV(B)255.75º39.02%80.39%-
XYZ30.2125.1961.03-
YUV140.4164.46132-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=30.67%
G=26.26%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461252050.290.3900.20255.7544.4464.71
Hex927DCD1D270141002c41
Octal222175315354702440054101
Binary10010010111110111001101111011001110101001000000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,205); }

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

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

 a { background-color: rgb(146,125,205); }

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

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

 span { border-color: rgb(146,125,205); }

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