Html Css Color HEX #97508D Violet Blue

📋 copy color: '#97508D'

red 151 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #97508D

Tints of Violet Blue #97508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 40.59%
G = 21.51%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97508D (or 0x97508D) is known color: Violet Blue. HEX triplet: 97, 50 and 8D. RGB value is (151,80,141). Sum of RGB (Red+Green+Blue) = 151+80+141=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #97508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97508D is #68AF72. Grayscale: #6C6C6C. Windows color (decimal): -6860659 or 9261207. OLE color: 9261207.

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

Color convert

RGB 151 80 141 -
CMYK 0 0.47 0.07 0.41
HSL 308.45º 0.31% 0.45% -
HSV(B) 308.45º 0.47% 0.59% -
XYZ 20.44 14.24 26.87 -
YUV 108.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 151 80 141 0 0.47 0.07 0.41 308.45 0.31 0.45
Hex 97 50 8D 0 2F 7 29 134 1F 2D
Octal 227 120 215 0 57 7 51 464 37 55
Binary 10010111 1010000 10001101 0 101111 111 101001 100110100 11111 101101

Color Harmonies of #97508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97508D

Black with #97508D

Text Example


Text Example

White with #97508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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