#923481

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

Shades of Dark Purple #923481

Tints of Dark Purple #923481

Color information

#923481 (or 0x923481) is unknown color: approx Dark Purple. HEX triplet: 92, 34 and 81. RGB value is (146,52,129). Sum of RGB (Red+Green+Blue) = 146+52+129=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #923481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923481 is #6DCB7E. Grayscale: #585858. Windows color (decimal): -7195519 or 8467602. OLE color: 8467602.

HSL color Cylindrical-coordinate representation of color #923481: hue angle of 310.85º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923481 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14652129-
CMYK00.640.120.43
HSL310.85º47.47%38.82%-
HSV(B)310.85º64.38%57.25%-
XYZ17.0410.1521.83-
YUV88.88150.64168.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=44.65%
G=15.90%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465212900.640.120.43310.8547.4738.82
Hex923481040C2B1372f27
Octal22264201010014534675747
Binary1001001011010010000001010000001100101011100110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923481; }

 p { color: rgb(146,52,129); }

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

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

 a { background-color: rgb(146,52,129); }

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

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

 span { border-color: rgb(146,52,129); }

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