Html Css Color HEX #97337C Dark Purple

📋 copy color: '#97337C'

red 151 ◦ green 51 ◦ blue 124

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

Shades of Dark Purple #97337C

Tints of Dark Purple #97337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 46.32%
G = 15.64%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97337C (or 0x97337C) is known color: Dark Purple. HEX triplet: 97, 33 and 7C. RGB value is (151,51,124). Sum of RGB (Red+Green+Blue) = 151+51+124=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97337C is #68CC83. Grayscale: #595959. Windows color (decimal): -6868100 or 8139671. OLE color: 8139671.

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

Color convert

RGB 151 51 124 -
CMYK 0 0.66 0.18 0.41
HSL 316.2º 0.5% 0.4% -
HSV(B) 316.2º 0.66% 0.59% -
XYZ 17.58 10.4 20.15 -
YUV 89.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 151 51 124 0 0.66 0.18 0.41 316.2 0.5 0.4
Hex 97 33 7C 0 42 12 29 13C 32 28
Octal 227 63 174 0 102 22 51 474 62 50
Binary 10010111 110011 1111100 0 1000010 10010 101001 100111100 110010 101000

Color Harmonies of #97337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97337C

Black with #97337C

Text Example


Text Example

White with #97337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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