Html Css Color HEX #97448D Violet Blue

📋 copy color: '#97448D'

red 151 ◦ green 68 ◦ blue 141

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

Shades of Violet Blue #97448D

Tints of Violet Blue #97448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 41.94%
G = 18.89%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97448D (or 0x97448D) is known color: Violet Blue. HEX triplet: 97, 44 and 8D. RGB value is (151,68,141). Sum of RGB (Red+Green+Blue) = 151+68+141=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #97448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97448D is #68BB72. Grayscale: #646464. Windows color (decimal): -6863731 or 9258135. OLE color: 9258135.

HSL color Cylindrical-coordinate representation of color #97448D: hue angle of 307.23º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97448D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 141 -
CMYK 0 0.55 0.07 0.41
HSL 307.23º 0.38% 0.43% -
HSV(B) 307.23º 0.55% 0.59% -
XYZ 19.64 12.64 26.6 -
YUV 101.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 151 68 141 0 0.55 0.07 0.41 307.23 0.38 0.43
Hex 97 44 8D 0 37 7 29 133 26 2B
Octal 227 104 215 0 67 7 51 463 46 53
Binary 10010111 1000100 10001101 0 110111 111 101001 100110011 100110 101011

Color Harmonies of #97448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97448D

Black with #97448D

Text Example


Text Example

White with #97448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97448D; }

 p { color: rgb(151,68,141); }

 H1.HeaderClassName
 {
   color: #97448D;
 }
 .AnyTagClassName
 {
   color: #97448D;
 }
</style>

background-color css

<style>
 a { background-color: #97448D; }

 a { background-color: rgb(151,68,141); }

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

border-color css

<style>
 span { border-color: #97448D; }

 span { border-color: rgb(151,68,141); }

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