#98267B

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

Shades of Dark Purple #98267B

Tints of Dark Purple #98267B

Color information

#98267B (or 0x98267B) is unknown color: approx Dark Purple. HEX triplet: 98, 26 and 7B. RGB value is (152,38,123). Sum of RGB (Red+Green+Blue) = 152+38+123=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98267B is #67D984. Grayscale: #515151. Windows color (decimal): -6805893 or 8070808. OLE color: 8070808.

HSL color Cylindrical-coordinate representation of color #98267B: hue angle of 315.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98267B is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15238123-
CMYK00.750.190.40
HSL315.26º60%37.25%-
HSV(B)315.26º75%59.61%-
XYZ17.229.4919.66-
YUV81.78151.27178.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=48.56%
G=12.14%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523812300.750.190.40315.266037.25
Hex98267B04B132813b3c25
Octal23046173011323504737445
Binary1001100010011011110110100101110011101000100111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98267B; }

 p { color: rgb(152,38,123); }

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

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

 a { background-color: rgb(152,38,123); }

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

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

 span { border-color: rgb(152,38,123); }

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