Html Css Color HEX #97267A Dark Purple

📋 copy color: '#97267A'

red 151 ◦ green 38 ◦ blue 122

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

Shades of Dark Purple #97267A

Tints of Dark Purple #97267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 48.55%
G = 12.22%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97267A (or 0x97267A) is known color: Dark Purple. HEX triplet: 97, 26 and 7A. RGB value is (151,38,122). Sum of RGB (Red+Green+Blue) = 151+38+122=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97267A is #68D985. Grayscale: #515151. Windows color (decimal): -6871430 or 8005271. OLE color: 8005271.

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

Color convert

RGB 151 38 122 -
CMYK 0 0.75 0.19 0.41
HSL 315.4º 0.6% 0.37% -
HSV(B) 315.4º 0.75% 0.59% -
XYZ 16.97 9.37 19.33 -
YUV 81.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 151 38 122 0 0.75 0.19 0.41 315.4 0.6 0.37
Hex 97 26 7A 0 4B 13 29 13B 3C 25
Octal 227 46 172 0 113 23 51 473 74 45
Binary 10010111 100110 1111010 0 1001011 10011 101001 100111011 111100 100101

Color Harmonies of #97267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97267A

Black with #97267A

Text Example


Text Example

White with #97267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97267A; }

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

 H1.HeaderClassName
 {
   color: #97267A;
 }
 .AnyTagClassName
 {
   color: #97267A;
 }
</style>

background-color css

<style>
 a { background-color: #97267A; }

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

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

border-color css

<style>
 span { border-color: #97267A; }

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

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