#922978

Color #922978 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #922978

Tints of Dark Purple #922978

Color information

#922978 (or 0x922978) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 78. RGB value is (146,41,120). Sum of RGB (Red+Green+Blue) = 146+41+120=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #922978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922978 is #6DD687. Grayscale: #515151. Windows color (decimal): -7198344 or 7874962. OLE color: 7874962.

HSL color Cylindrical-coordinate representation of color #922978: hue angle of 314.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922978 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14641120-
CMYK00.720.180.43
HSL314.86º56.15%36.67%-
HSV(B)314.86º71.92%57.25%-
XYZ16.049.0518.67-
YUV81.4149.79174.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=47.56%
G=13.36%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464112000.720.180.43314.8656.1536.67
Hex922978048122B13b3825
Octal22251170011022534737045
Binary1001001010100111110000100100010010101011100111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922978; }

 p { color: rgb(146,41,120); }

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

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

 a { background-color: rgb(146,41,120); }

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

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

 span { border-color: rgb(146,41,120); }

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