Html Css Color HEX #955C83 Strikemaster

📋 copy color: '#955C83'

red 149 ◦ green 92 ◦ blue 131

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

Shades of Strikemaster #955C83

Tints of Strikemaster #955C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

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

R = 40.05%
G = 24.73%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955C83 (or 0x955C83) is known color: Strikemaster. HEX triplet: 95, 5C and 83. RGB value is (149,92,131). Sum of RGB (Red+Green+Blue) = 149+92+131=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C83 is #6AA37C. Grayscale: #717171. Windows color (decimal): -6988669 or 8608917. OLE color: 8608917.

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

Color convert

RGB 149 92 131 -
CMYK 0 0.38 0.12 0.42
HSL 318.95º 0.24% 0.47% -
HSV(B) 318.95º 0.38% 0.58% -
XYZ 20.32 15.68 23.43 -
YUV 113.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 149 92 131 0 0.38 0.12 0.42 318.95 0.24 0.47
Hex 95 5C 83 0 26 C 2A 13F 18 2F
Octal 225 134 203 0 46 14 52 477 30 57
Binary 10010101 1011100 10000011 0 100110 1100 101010 100111111 11000 101111

Color Harmonies of #955C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C83

Black with #955C83

Text Example


Text Example

White with #955C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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