#9B2681

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

Shades of Dark Purple #9B2681

Tints of Dark Purple #9B2681

Color information

#9B2681 (or 0x9B2681) is unknown color: approx Dark Purple. HEX triplet: 9B, 26 and 81. RGB value is (155,38,129). Sum of RGB (Red+Green+Blue) = 155+38+129=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2681 is #64D97E. Grayscale: #535353. Windows color (decimal): -6609279 or 8464027. OLE color: 8464027.

HSL color Cylindrical-coordinate representation of color #9B2681: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2681 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15538129-
CMYK00.750.170.39
HSL313.33º60.62%37.84%-
HSV(B)313.33º75.48%60.78%-
XYZ18.179.9421.73-
YUV83.36153.76179.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=48.14%
G=11.80%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553812900.750.170.39313.3360.6237.84
Hex9B268104B11271393d26
Octal23346201011321474717546
Binary10011011100110100000010100101110001100111100111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2681; }

 p { color: rgb(155,38,129); }

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

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

 a { background-color: rgb(155,38,129); }

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

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

 span { border-color: rgb(155,38,129); }

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