Html Css Color HEX #955E8A Strikemaster

📋 copy color: '#955E8A'

red 149 ◦ green 94 ◦ blue 138

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

Shades of Strikemaster #955E8A

Tints of Strikemaster #955E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 39.11%
G = 24.67%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#955E8A (or 0x955E8A) is known color: Strikemaster. HEX triplet: 95, 5E and 8A. RGB value is (149,94,138). Sum of RGB (Red+Green+Blue) = 149+94+138=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E8A is #6AA175. Grayscale: #737373. Windows color (decimal): -6988150 or 9068181. OLE color: 9068181.

HSL color Cylindrical-coordinate representation of color #955E8A: hue angle of 312º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E8A is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 138 -
CMYK 0 0.37 0.07 0.42
HSL 312º 0.23% 0.48% -
HSV(B) 312º 0.37% 0.58% -
XYZ 20.98 16.23 26.07 -
YUV 115.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 149 94 138 0 0.37 0.07 0.42 312 0.23 0.48
Hex 95 5E 8A 0 25 7 2A 138 17 30
Octal 225 136 212 0 45 7 52 470 27 60
Binary 10010101 1011110 10001010 0 100101 111 101010 100111000 10111 110000

Color Harmonies of #955E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E8A

Black with #955E8A

Text Example


Text Example

White with #955E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,138); }

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

background-color css

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

 a { background-color: rgb(149,94,138); }

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

border-color css

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

 span { border-color: rgb(149,94,138); }

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