#99257A

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

Shades of Dark Purple #99257A

Tints of Dark Purple #99257A

Color information

#99257A (or 0x99257A) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 7A. RGB value is (153,37,122). Sum of RGB (Red+Green+Blue) = 153+37+122=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99257A is #66DA85. Grayscale: #515151. Windows color (decimal): -6740614 or 8005017. OLE color: 8005017.

HSL color Cylindrical-coordinate representation of color #99257A: hue angle of 316.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99257A is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15337122-
CMYK00.760.200.4
HSL316.03º61.05%37.25%-
HSV(B)316.03º75.82%60%-
XYZ17.319.519.33-
YUV81.37150.93179.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=49.04%
G=11.86%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533712200.760.200.4316.0361.0537.25
Hex99257A04C142813c3d25
Octal23145172011424504747545
Binary1001100110010111110100100110010100101000100111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,37,122); }

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

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

 a { background-color: rgb(153,37,122); }

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

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

 span { border-color: rgb(153,37,122); }

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