Html Css Color HEX #915381 Strikemaster

📋 copy color: '#915381'

red 145 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #915381

Tints of Strikemaster #915381

RGB

 RED value IS 145 (57.03% from 255) = 40.62%

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 40.62%
G = 23.25%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#915381 (or 0x915381) is known color: Strikemaster. HEX triplet: 91, 53 and 81. RGB value is (145,83,129). Sum of RGB (Red+Green+Blue) = 145+83+129=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #915381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915381 is #6EAC7E. Grayscale: #6A6A6A. Windows color (decimal): -7253119 or 8475537. OLE color: 8475537.

HSL color Cylindrical-coordinate representation of color #915381: hue angle of 315.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915381 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 83 129 -
CMYK 0 0.43 0.11 0.43
HSL 315.48º 0.27% 0.45% -
HSV(B) 315.48º 0.43% 0.57% -
XYZ 18.73 13.79 22.44 -
YUV 106.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 145 83 129 0 0.43 0.11 0.43 315.48 0.27 0.45
Hex 91 53 81 0 2B B 2B 13B 1B 2D
Octal 221 123 201 0 53 13 53 473 33 55
Binary 10010001 1010011 10000001 0 101011 1011 101011 100111011 11011 101101

Color Harmonies of #915381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915381

Black with #915381

Text Example


Text Example

White with #915381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915381; }

 p { color: rgb(145,83,129); }

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

background-color css

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

 a { background-color: rgb(145,83,129); }

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

border-color css

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

 span { border-color: rgb(145,83,129); }

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