#9B348E

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

Shades of Dark Purple #9B348E

Tints of Dark Purple #9B348E

Color information

#9B348E (or 0x9B348E) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 8E. RGB value is (155,52,142). Sum of RGB (Red+Green+Blue) = 155+52+142=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B348E is #64CB71. Grayscale: #5C5C5C. Windows color (decimal): -6605682 or 9319579. OLE color: 9319579.

HSL color Cylindrical-coordinate representation of color #9B348E: hue angle of 307.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B348E is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15552142-
CMYK00.660.080.39
HSL307.57º49.76%40.59%-
HSV(B)307.57º66.45%60.78%-
XYZ19.6311.3826.75-
YUV93.06155.62172.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=44.41%
G=14.90%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555214200.660.080.39307.5749.7640.59
Hex9B348E0428271343229
Octal23364216010210474646251
Binary1001101111010010001110010000101000100111100110100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,142); }

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

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

 a { background-color: rgb(155,52,142); }

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

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

 span { border-color: rgb(155,52,142); }

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