Html Css Color HEX #97268D Dark Purple

📋 copy color: '#97268D'

red 151 ◦ green 38 ◦ blue 141

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

Shades of Dark Purple #97268D

Tints of Dark Purple #97268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 45.76%
G = 11.52%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97268D (or 0x97268D) is known color: Dark Purple. HEX triplet: 97, 26 and 8D. RGB value is (151,38,141). Sum of RGB (Red+Green+Blue) = 151+38+141=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97268D is #68D972. Grayscale: #535353. Windows color (decimal): -6871411 or 9250455. OLE color: 9250455.

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

Color convert

RGB 151 38 141 -
CMYK 0 0.75 0.07 0.41
HSL 305.31º 0.6% 0.37% -
HSV(B) 305.31º 0.75% 0.59% -
XYZ 18.26 9.89 26.15 -
YUV 83.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 151 38 141 0 0.75 0.07 0.41 305.31 0.6 0.37
Hex 97 26 8D 0 4B 7 29 131 3C 25
Octal 227 46 215 0 113 7 51 461 74 45
Binary 10010111 100110 10001101 0 1001011 111 101001 100110001 111100 100101

Color Harmonies of #97268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97268D

Black with #97268D

Text Example


Text Example

White with #97268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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