Html Css Color HEX #97348A Dark Purple

📋 copy color: '#97348A'

red 151 ◦ green 52 ◦ blue 138

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

Shades of Dark Purple #97348A

Tints of Dark Purple #97348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 44.28%
G = 15.25%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97348A (or 0x97348A) is known color: Dark Purple. HEX triplet: 97, 34 and 8A. RGB value is (151,52,138). Sum of RGB (Red+Green+Blue) = 151+52+138=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97348A is #68CB75. Grayscale: #5B5B5B. Windows color (decimal): -6867830 or 9057431. OLE color: 9057431.

HSL color Cylindrical-coordinate representation of color #97348A: hue angle of 307.88º degrees, saturation: 0.49, 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 #97348A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 138 -
CMYK 0 0.66 0.09 0.41
HSL 307.88º 0.49% 0.4% -
HSV(B) 307.88º 0.66% 0.59% -
XYZ 18.58 10.87 25.16 -
YUV 91.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 151 52 138 0 0.66 0.09 0.41 307.88 0.49 0.4
Hex 97 34 8A 0 42 9 29 134 31 28
Octal 227 64 212 0 102 11 51 464 61 50
Binary 10010111 110100 10001010 0 1000010 1001 101001 100110100 110001 101000

Color Harmonies of #97348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97348A

Black with #97348A

Text Example


Text Example

White with #97348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97348A; }

 p { color: rgb(151,52,138); }

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

background-color css

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

 a { background-color: rgb(151,52,138); }

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

border-color css

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

 span { border-color: rgb(151,52,138); }

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