Html Css Color HEX #973388 Dark Purple

📋 copy color: '#973388'

red 151 ◦ green 51 ◦ blue 136

#973388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #973388

Tints of Dark Purple #973388

RGB

 RED value IS 151 (59.38% from 255) = 44.67%

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 44.67%
G = 15.09%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#973388 (or 0x973388) is known color: Dark Purple. HEX triplet: 97, 33 and 88. RGB value is (151,51,136). Sum of RGB (Red+Green+Blue) = 151+51+136=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #973388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973388 is #68CC77. Grayscale: #5A5A5A. Windows color (decimal): -6868088 or 8926103. OLE color: 8926103.

HSL color Cylindrical-coordinate representation of color #973388: hue angle of 309º 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 #973388 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 136 -
CMYK 0 0.66 0.10 0.41
HSL 309º 0.5% 0.4% -
HSV(B) 309º 0.66% 0.59% -
XYZ 18.39 10.72 24.39 -
YUV 90.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 151 51 136 0 0.66 0.10 0.41 309 0.5 0.4
Hex 97 33 88 0 42 A 29 135 32 28
Octal 227 63 210 0 102 12 51 465 62 50
Binary 10010111 110011 10001000 0 1000010 1010 101001 100110101 110010 101000

Color Harmonies of #973388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973388

Black with #973388

Text Example


Text Example

White with #973388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973388; }

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

 H1.HeaderClassName
 {
   color: #973388;
 }
 .AnyTagClassName
 {
   color: #973388;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #973388;
 }
 .BgClassName
 {
   background-color: #973388;
 }
</style>

border-color css

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

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

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