#9B02A4

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

Shades of Dark Magenta #9B02A4

Tints of Dark Magenta #9B02A4

Color information

#9B02A4 (or 0x9B02A4) is unknown color: approx Dark Magenta. HEX triplet: 9B, 02 and A4. RGB value is (155,2,164). Sum of RGB (Red+Green+Blue) = 155+2+164=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B02A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02A4 is #64FD5B. Grayscale: #414141. Windows color (decimal): -6618460 or 10748571. OLE color: 10748571.

HSL color Cylindrical-coordinate representation of color #9B02A4: hue angle of 296.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02A4 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1552164-
CMYK0.050.9900.36
HSL296.67º97.59%32.55%-
HSV(B)296.67º98.78%64.31%-
XYZ20.249.6935.93-
YUV66.22183.19191.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=48.29%
G=0.62%
B=51.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15521640.050.9900.36296.6797.5932.55
Hex9B2A45630241296221
Octal2332244514304445114241
Binary100110111010100100101110001101001001001010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B02A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,164); }

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

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

 a { background-color: rgb(155,2,164); }

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

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

 span { border-color: rgb(155,2,164); }

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