Html Css Color HEX #97256B Dark Purple

📋 copy color: '#97256B'

red 151 ◦ green 37 ◦ blue 107

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

Shades of Dark Purple #97256B

Tints of Dark Purple #97256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 51.19%
G = 12.54%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#97256B (or 0x97256B) is known color: Dark Purple. HEX triplet: 97, 25 and 6B. RGB value is (151,37,107). Sum of RGB (Red+Green+Blue) = 151+37+107=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97256B is #68DA94. Grayscale: #4E4E4E. Windows color (decimal): -6871701 or 7021975. OLE color: 7021975.

HSL color Cylindrical-coordinate representation of color #97256B: hue angle of 323.16º degrees, saturation: 0.61, 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 #97256B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 107 -
CMYK 0 0.75 0.29 0.41
HSL 323.16º 0.61% 0.37% -
HSV(B) 323.16º 0.75% 0.59% -
XYZ 16.08 8.96 14.79 -
YUV 79.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 151 37 107 0 0.75 0.29 0.41 323.16 0.61 0.37
Hex 97 25 6B 0 4B 1D 29 143 3D 25
Octal 227 45 153 0 113 35 51 503 75 45
Binary 10010111 100101 1101011 0 1001011 11101 101001 101000011 111101 100101

Color Harmonies of #97256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97256B

Black with #97256B

Text Example


Text Example

White with #97256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97256B; }

 p { color: rgb(151,37,107); }

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

background-color css

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

 a { background-color: rgb(151,37,107); }

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

border-color css

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

 span { border-color: rgb(151,37,107); }

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