Html Css Color HEX #97187B Dark Purple

📋 copy color: '#97187B'

red 151 ◦ green 24 ◦ blue 123

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

Shades of Dark Purple #97187B

Tints of Dark Purple #97187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 50.67%
G = 8.05%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97187B (or 0x97187B) is known color: Dark Purple. HEX triplet: 97, 18 and 7B. RGB value is (151,24,123). Sum of RGB (Red+Green+Blue) = 151+24+123=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97187B is #68E784. Grayscale: #484848. Windows color (decimal): -6875013 or 8067223. OLE color: 8067223.

HSL color Cylindrical-coordinate representation of color #97187B: hue angle of 313.23º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97187B is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 123 -
CMYK 0 0.84 0.19 0.41
HSL 313.23º 0.73% 0.34% -
HSV(B) 313.23º 0.84% 0.59% -
XYZ 16.66 8.66 19.53 -
YUV 73.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 151 24 123 0 0.84 0.19 0.41 313.23 0.73 0.34
Hex 97 18 7B 0 54 13 29 139 49 22
Octal 227 30 173 0 124 23 51 471 111 42
Binary 10010111 11000 1111011 0 1010100 10011 101001 100111001 1001001 100010

Color Harmonies of #97187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97187B

Black with #97187B

Text Example


Text Example

White with #97187B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,24,123); }

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

background-color css

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

 a { background-color: rgb(151,24,123); }

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

border-color css

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

 span { border-color: rgb(151,24,123); }

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