Html Css Color HEX #97268B Dark Purple

📋 copy color: '#97268B'

red 151 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #97268B

Tints of Dark Purple #97268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 46.04%
G = 11.59%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97268B (or 0x97268B) is known color: Dark Purple. HEX triplet: 97, 26 and 8B. RGB value is (151,38,139). Sum of RGB (Red+Green+Blue) = 151+38+139=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97268B is #68D974. Grayscale: #535353. Windows color (decimal): -6871413 or 9119383. OLE color: 9119383.

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

Color convert

RGB 151 38 139 -
CMYK 0 0.75 0.08 0.41
HSL 306.37º 0.6% 0.37% -
HSV(B) 306.37º 0.75% 0.59% -
XYZ 18.12 9.83 25.37 -
YUV 83.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 151 38 139 0 0.75 0.08 0.41 306.37 0.6 0.37
Hex 97 26 8B 0 4B 8 29 132 3C 25
Octal 227 46 213 0 113 10 51 462 74 45
Binary 10010111 100110 10001011 0 1001011 1000 101001 100110010 111100 100101

Color Harmonies of #97268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97268B

Black with #97268B

Text Example


Text Example

White with #97268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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