Html Css Color HEX #97266E Dark Purple

📋 copy color: '#97266E'

red 151 ◦ green 38 ◦ blue 110

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

Shades of Dark Purple #97266E

Tints of Dark Purple #97266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 50.5%
G = 12.71%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97266E (or 0x97266E) is known color: Dark Purple. HEX triplet: 97, 26 and 6E. RGB value is (151,38,110). Sum of RGB (Red+Green+Blue) = 151+38+110=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266E is #68D991. Grayscale: #4F4F4F. Windows color (decimal): -6871442 or 7218839. OLE color: 7218839.

HSL color Cylindrical-coordinate representation of color #97266E: hue angle of 321.77º 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 #97266E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 110 -
CMYK 0 0.75 0.27 0.41
HSL 321.77º 0.6% 0.37% -
HSV(B) 321.77º 0.75% 0.59% -
XYZ 16.27 9.09 15.65 -
YUV 80 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 151 38 110 0 0.75 0.27 0.41 321.77 0.6 0.37
Hex 97 26 6E 0 4B 1B 29 142 3C 25
Octal 227 46 156 0 113 33 51 502 74 45
Binary 10010111 100110 1101110 0 1001011 11011 101001 101000010 111100 100101

Color Harmonies of #97266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97266E

Black with #97266E

Text Example


Text Example

White with #97266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97266E; }

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

 H1.HeaderClassName
 {
   color: #97266E;
 }
 .AnyTagClassName
 {
   color: #97266E;
 }
</style>

background-color css

<style>
 a { background-color: #97266E; }

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

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

border-color css

<style>
 span { border-color: #97266E; }

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

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