Html Css Color HEX #97308D Dark Purple

📋 copy color: '#97308D'

red 151 ◦ green 48 ◦ blue 141

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

Shades of Dark Purple #97308D

Tints of Dark Purple #97308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 44.41%
G = 14.12%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97308D (or 0x97308D) is known color: Dark Purple. HEX triplet: 97, 30 and 8D. RGB value is (151,48,141). Sum of RGB (Red+Green+Blue) = 151+48+141=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97308D is #68CF72. Grayscale: #595959. Windows color (decimal): -6868851 or 9253015. OLE color: 9253015.

HSL color Cylindrical-coordinate representation of color #97308D: hue angle of 305.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97308D is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 48 141 -
CMYK 0 0.68 0.07 0.41
HSL 305.83º 0.52% 0.39% -
HSV(B) 305.83º 0.68% 0.59% -
XYZ 18.63 10.62 26.27 -
YUV 89.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 151 48 141 0 0.68 0.07 0.41 305.83 0.52 0.39
Hex 97 30 8D 0 44 7 29 132 34 27
Octal 227 60 215 0 104 7 51 462 64 47
Binary 10010111 110000 10001101 0 1000100 111 101001 100110010 110100 100111

Color Harmonies of #97308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97308D

Black with #97308D

Text Example


Text Example

White with #97308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97308D; }

 p { color: rgb(151,48,141); }

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

background-color css

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

 a { background-color: rgb(151,48,141); }

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

border-color css

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

 span { border-color: rgb(151,48,141); }

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