Html Css Color HEX #954F83 Strikemaster

📋 copy color: '#954F83'

red 149 ◦ green 79 ◦ blue 131

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

Shades of Strikemaster #954F83

Tints of Strikemaster #954F83

RGB

 RED value IS 149 (58.59% from 255) = 41.5%

 GREEN value IS 79 (31.25% from 255) = 22.01%

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

R = 41.5%
G = 22.01%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#954F83 (or 0x954F83) is known color: Strikemaster. HEX triplet: 95, 4F and 83. RGB value is (149,79,131). Sum of RGB (Red+Green+Blue) = 149+79+131=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F83 is #6AB07C. Grayscale: #696969. Windows color (decimal): -6991997 or 8605589. OLE color: 8605589.

HSL color Cylindrical-coordinate representation of color #954F83: hue angle of 315.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F83 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 131 -
CMYK 0 0.47 0.12 0.42
HSL 315.43º 0.31% 0.45% -
HSV(B) 315.43º 0.47% 0.58% -
XYZ 19.29 13.62 23.09 -
YUV 105.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 149 79 131 0 0.47 0.12 0.42 315.43 0.31 0.45
Hex 95 4F 83 0 2F C 2A 13B 1F 2D
Octal 225 117 203 0 57 14 52 473 37 55
Binary 10010101 1001111 10000011 0 101111 1100 101010 100111011 11111 101101

Color Harmonies of #954F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F83

Black with #954F83

Text Example


Text Example

White with #954F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F83; }

 p { color: rgb(149,79,131); }

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

background-color css

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

 a { background-color: rgb(149,79,131); }

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

border-color css

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

 span { border-color: rgb(149,79,131); }

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