Html Css Color HEX #945985 Strikemaster

📋 copy color: '#945985'

red 148 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #945985

Tints of Strikemaster #945985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 40%
G = 24.05%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#945985 (or 0x945985) is known color: Strikemaster. HEX triplet: 94, 59 and 85. RGB value is (148,89,133). Sum of RGB (Red+Green+Blue) = 148+89+133=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #945985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945985 is #6BA67A. Grayscale: #6F6F6F. Windows color (decimal): -7054971 or 8739220. OLE color: 8739220.

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

Color convert

RGB 148 89 133 -
CMYK 0 0.40 0.10 0.42
HSL 315.25º 0.25% 0.46% -
HSV(B) 315.25º 0.4% 0.58% -
XYZ 20.02 15.13 24.06 -
YUV 111.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 148 89 133 0 0.40 0.10 0.42 315.25 0.25 0.46
Hex 94 59 85 0 28 A 2A 13B 19 2E
Octal 224 131 205 0 50 12 52 473 31 56
Binary 10010100 1011001 10000101 0 101000 1010 101010 100111011 11001 101110

Color Harmonies of #945985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945985

Black with #945985

Text Example


Text Example

White with #945985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945985; }

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

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

background-color css

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

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

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

border-color css

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

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

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