Html Css Color HEX #955183 Strikemaster

📋 copy color: '#955183'

red 149 ◦ green 81 ◦ blue 131

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

Shades of Strikemaster #955183

Tints of Strikemaster #955183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

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

R = 41.27%
G = 22.44%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955183 (or 0x955183) is known color: Strikemaster. HEX triplet: 95, 51 and 83. RGB value is (149,81,131). Sum of RGB (Red+Green+Blue) = 149+81+131=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #955183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955183 is #6AAE7C. Grayscale: #6A6A6A. Windows color (decimal): -6991485 or 8606101. OLE color: 8606101.

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

Color convert

RGB 149 81 131 -
CMYK 0 0.46 0.12 0.42
HSL 315.88º 0.3% 0.45% -
HSV(B) 315.88º 0.46% 0.58% -
XYZ 19.43 13.91 23.13 -
YUV 107.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 149 81 131 0 0.46 0.12 0.42 315.88 0.3 0.45
Hex 95 51 83 0 2E C 2A 13C 1E 2D
Octal 225 121 203 0 56 14 52 474 36 55
Binary 10010101 1010001 10000011 0 101110 1100 101010 100111100 11110 101101

Color Harmonies of #955183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955183

Black with #955183

Text Example


Text Example

White with #955183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955183; }

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

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

background-color css

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

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

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

border-color css

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

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

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