Html Css Color HEX #975483 Strikemaster

📋 copy color: '#975483'

red 151 ◦ green 84 ◦ blue 131

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

Shades of Strikemaster #975483

Tints of Strikemaster #975483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 41.26%
G = 22.95%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#975483 (or 0x975483) is known color: Strikemaster. HEX triplet: 97, 54 and 83. RGB value is (151,84,131). Sum of RGB (Red+Green+Blue) = 151+84+131=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #975483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975483 is #68AB7C. Grayscale: #6D6D6D. Windows color (decimal): -6859645 or 8606871. OLE color: 8606871.

HSL color Cylindrical-coordinate representation of color #975483: hue angle of 317.91º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975483 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 131 -
CMYK 0 0.44 0.13 0.41
HSL 317.91º 0.29% 0.46% -
HSV(B) 317.91º 0.44% 0.59% -
XYZ 20.03 14.56 23.23 -
YUV 109.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 151 84 131 0 0.44 0.13 0.41 317.91 0.29 0.46
Hex 97 54 83 0 2C D 29 13E 1D 2E
Octal 227 124 203 0 54 15 51 476 35 56
Binary 10010111 1010100 10000011 0 101100 1101 101001 100111110 11101 101110

Color Harmonies of #975483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975483

Black with #975483

Text Example


Text Example

White with #975483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975483; }

 p { color: rgb(151,84,131); }

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

background-color css

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

 a { background-color: rgb(151,84,131); }

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

border-color css

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

 span { border-color: rgb(151,84,131); }

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