#97338B

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

Shades of Dark Purple #97338B

Tints of Dark Purple #97338B

Color information

#97338B (or 0x97338B) is unknown color: approx Dark Purple. HEX triplet: 97, 33 and 8B. RGB value is (151,51,139). Sum of RGB (Red+Green+Blue) = 151+51+139=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97338B is #68CC74. Grayscale: #5A5A5A. Windows color (decimal): -6868085 or 9122711. OLE color: 9122711.

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

Color convert

RGB15151139-
CMYK00.660.080.41
HSL307.2º49.5%39.61%-
HSV(B)307.2º66.23%59.22%-
XYZ18.6110.8125.53-
YUV90.93155.13170.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=44.28%
G=14.96%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515113900.660.080.41307.249.539.61
Hex97338B0428291333228
Octal22763213010210514636250
Binary1001011111001110001011010000101000101001100110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,51,139); }

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

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

 a { background-color: rgb(151,51,139); }

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

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

 span { border-color: rgb(151,51,139); }

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