Html Css Color HEX #945585 Strikemaster

📋 copy color: '#945585'

red 148 ◦ green 85 ◦ blue 133

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

Shades of Strikemaster #945585

Tints of Strikemaster #945585

RGB

 RED value IS 148 (58.2% from 255) = 40.44%

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 40.44%
G = 23.22%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#945585 (or 0x945585) is known color: Strikemaster. HEX triplet: 94, 55 and 85. RGB value is (148,85,133). Sum of RGB (Red+Green+Blue) = 148+85+133=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #945585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945585 is #6BAA7A. Grayscale: #6D6D6D. Windows color (decimal): -7055995 or 8738196. OLE color: 8738196.

HSL color Cylindrical-coordinate representation of color #945585: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945585 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 85 133 -
CMYK 0 0.43 0.10 0.42
HSL 314.29º 0.27% 0.46% -
HSV(B) 314.29º 0.43% 0.58% -
XYZ 19.69 14.49 23.95 -
YUV 109.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 148 85 133 0 0.43 0.10 0.42 314.29 0.27 0.46
Hex 94 55 85 0 2B A 2A 13A 1B 2E
Octal 224 125 205 0 53 12 52 472 33 56
Binary 10010100 1010101 10000101 0 101011 1010 101010 100111010 11011 101110

Color Harmonies of #945585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945585

Black with #945585

Text Example


Text Example

White with #945585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945585; }

 p { color: rgb(148,85,133); }

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

background-color css

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

 a { background-color: rgb(148,85,133); }

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

border-color css

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

 span { border-color: rgb(148,85,133); }

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