Html Css Color HEX #975383 Strikemaster

📋 copy color: '#975383'

red 151 ◦ green 83 ◦ blue 131

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

Shades of Strikemaster #975383

Tints of Strikemaster #975383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 41.37%
G = 22.74%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#975383 (or 0x975383) is known color: Strikemaster. HEX triplet: 97, 53 and 83. RGB value is (151,83,131). Sum of RGB (Red+Green+Blue) = 151+83+131=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975383 is #68AC7C. Grayscale: #6C6C6C. Windows color (decimal): -6859901 or 8606615. OLE color: 8606615.

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

Color convert

RGB 151 83 131 -
CMYK 0 0.45 0.13 0.41
HSL 317.65º 0.29% 0.46% -
HSV(B) 317.65º 0.45% 0.59% -
XYZ 19.95 14.4 23.2 -
YUV 108.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 151 83 131 0 0.45 0.13 0.41 317.65 0.29 0.46
Hex 97 53 83 0 2D D 29 13E 1D 2E
Octal 227 123 203 0 55 15 51 476 35 56
Binary 10010111 1010011 10000011 0 101101 1101 101001 100111110 11101 101110

Color Harmonies of #975383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975383

Black with #975383

Text Example


Text Example

White with #975383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975383; }

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

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

background-color css

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

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

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

border-color css

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

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

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