Html Css Color HEX #975384 Strikemaster

📋 copy color: '#975384'

red 151 ◦ green 83 ◦ blue 132

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

Shades of Strikemaster #975384

Tints of Strikemaster #975384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 41.26%
G = 22.68%
B = 36.07%

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

#975384 (or 0x975384) is known color: Strikemaster. HEX triplet: 97, 53 and 84. RGB value is (151,83,132). Sum of RGB (Red+Green+Blue) = 151+83+132=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #975384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975384 is #68AC7B. Grayscale: #6C6C6C. Windows color (decimal): -6859900 or 8672151. OLE color: 8672151.

HSL color Cylindrical-coordinate representation of color #975384: hue angle of 316.76º 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 #975384 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 132 -
CMYK 0 0.45 0.13 0.41
HSL 316.76º 0.29% 0.46% -
HSV(B) 316.76º 0.45% 0.59% -
XYZ 20.02 14.43 23.56 -
YUV 108.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 151 83 132 0 0.45 0.13 0.41 316.76 0.29 0.46
Hex 97 53 84 0 2D D 29 13D 1D 2E
Octal 227 123 204 0 55 15 51 475 35 56
Binary 10010111 1010011 10000100 0 101101 1101 101001 100111101 11101 101110

Color Harmonies of #975384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975384

Black with #975384

Text Example


Text Example

White with #975384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975384; }

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

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

background-color css

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

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

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

border-color css

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

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

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