Html Css Color HEX #975A8C Violet Blue

📋 copy color: '#975A8C'

red 151 ◦ green 90 ◦ blue 140

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

Shades of Violet Blue #975A8C

Tints of Violet Blue #975A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 39.63%
G = 23.62%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#975A8C (or 0x975A8C) is known color: Violet Blue. HEX triplet: 97, 5A and 8C. RGB value is (151,90,140). Sum of RGB (Red+Green+Blue) = 151+90+140=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #975A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A8C is #68A573. Grayscale: #717171. Windows color (decimal): -6858100 or 9198231. OLE color: 9198231.

HSL color Cylindrical-coordinate representation of color #975A8C: hue angle of 310.82º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A8C is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 140 -
CMYK 0 0.40 0.07 0.41
HSL 310.82º 0.25% 0.47% -
HSV(B) 310.82º 0.4% 0.59% -
XYZ 21.15 15.79 26.74 -
YUV 113.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 151 90 140 0 0.40 0.07 0.41 310.82 0.25 0.47
Hex 97 5A 8C 0 28 7 29 137 19 2F
Octal 227 132 214 0 50 7 51 467 31 57
Binary 10010111 1011010 10001100 0 101000 111 101001 100110111 11001 101111

Color Harmonies of #975A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A8C

Black with #975A8C

Text Example


Text Example

White with #975A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A8C; }

 p { color: rgb(151,90,140); }

 H1.HeaderClassName
 {
   color: #975A8C;
 }
 .AnyTagClassName
 {
   color: #975A8C;
 }
</style>

background-color css

<style>
 a { background-color: #975A8C; }

 a { background-color: rgb(151,90,140); }

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

border-color css

<style>
 span { border-color: #975A8C; }

 span { border-color: rgb(151,90,140); }

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