Html Css Color HEX #945883 Strikemaster

📋 copy color: '#945883'

red 148 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #945883

Tints of Strikemaster #945883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 40.33%
G = 23.98%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#945883 (or 0x945883) is known color: Strikemaster. HEX triplet: 94, 58 and 83. RGB value is (148,88,131). Sum of RGB (Red+Green+Blue) = 148+88+131=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945883 is #6BA77C. Grayscale: #6E6E6E. Windows color (decimal): -7055229 or 8607892. OLE color: 8607892.

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

Color convert

RGB 148 88 131 -
CMYK 0 0.41 0.11 0.42
HSL 317º 0.25% 0.46% -
HSV(B) 317º 0.41% 0.58% -
XYZ 19.8 14.91 23.31 -
YUV 110.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 148 88 131 0 0.41 0.11 0.42 317 0.25 0.46
Hex 94 58 83 0 29 B 2A 13D 19 2E
Octal 224 130 203 0 51 13 52 475 31 56
Binary 10010100 1011000 10000011 0 101001 1011 101010 100111101 11001 101110

Color Harmonies of #945883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945883

Black with #945883

Text Example


Text Example

White with #945883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945883; }

 p { color: rgb(148,88,131); }

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

background-color css

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

 a { background-color: rgb(148,88,131); }

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

border-color css

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

 span { border-color: rgb(148,88,131); }

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