#98338A

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

Shades of Dark Purple #98338A

Tints of Dark Purple #98338A

Color information

#98338A (or 0x98338A) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 8A. RGB value is (152,51,138). Sum of RGB (Red+Green+Blue) = 152+51+138=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98338A is #67CC75. Grayscale: #5A5A5A. Windows color (decimal): -6802550 or 9057176. OLE color: 9057176.

HSL color Cylindrical-coordinate representation of color #98338A: hue angle of 308.32º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98338A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15251138-
CMYK00.660.090.40
HSL308.32º49.75%39.8%-
HSV(B)308.32º66.45%59.61%-
XYZ18.7210.8825.16-
YUV91.12154.46171.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=44.57%
G=14.96%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525113800.660.090.40308.3249.7539.8
Hex98338A0429281343228
Octal23063212010211504646250
Binary1001100011001110001010010000101001101000100110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98338A; }

 p { color: rgb(152,51,138); }

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

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

 a { background-color: rgb(152,51,138); }

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

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

 span { border-color: rgb(152,51,138); }

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