Html Css Color HEX #975783 Strikemaster

📋 copy color: '#975783'

red 151 ◦ green 87 ◦ blue 131

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

Shades of Strikemaster #975783

Tints of Strikemaster #975783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

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

R = 40.92%
G = 23.58%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#975783 (or 0x975783) is known color: Strikemaster. HEX triplet: 97, 57 and 83. RGB value is (151,87,131). Sum of RGB (Red+Green+Blue) = 151+87+131=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975783 is #68A87C. Grayscale: #6F6F6F. Windows color (decimal): -6858877 or 8607639. OLE color: 8607639.

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

Color convert

RGB 151 87 131 -
CMYK 0 0.42 0.13 0.41
HSL 318.75º 0.27% 0.47% -
HSV(B) 318.75º 0.42% 0.59% -
XYZ 20.27 15.03 23.31 -
YUV 111.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 151 87 131 0 0.42 0.13 0.41 318.75 0.27 0.47
Hex 97 57 83 0 2A D 29 13F 1B 2F
Octal 227 127 203 0 52 15 51 477 33 57
Binary 10010111 1010111 10000011 0 101010 1101 101001 100111111 11011 101111

Color Harmonies of #975783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975783

Black with #975783

Text Example


Text Example

White with #975783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975783; }

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

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

background-color css

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

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

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

border-color css

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

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

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