Html Css Color HEX #955B8A Strikemaster

📋 copy color: '#955B8A'

red 149 ◦ green 91 ◦ blue 138

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

Shades of Strikemaster #955B8A

Tints of Strikemaster #955B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 39.42%
G = 24.07%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#955B8A (or 0x955B8A) is known color: Strikemaster. HEX triplet: 95, 5B and 8A. RGB value is (149,91,138). Sum of RGB (Red+Green+Blue) = 149+91+138=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #955B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B8A is #6AA475. Grayscale: #717171. Windows color (decimal): -6988918 or 9067413. OLE color: 9067413.

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

Color convert

RGB 149 91 138 -
CMYK 0 0.39 0.07 0.42
HSL 311.38º 0.24% 0.47% -
HSV(B) 311.38º 0.39% 0.58% -
XYZ 20.72 15.71 25.98 -
YUV 113.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 149 91 138 0 0.39 0.07 0.42 311.38 0.24 0.47
Hex 95 5B 8A 0 27 7 2A 137 18 2F
Octal 225 133 212 0 47 7 52 467 30 57
Binary 10010101 1011011 10001010 0 100111 111 101010 100110111 11000 101111

Color Harmonies of #955B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B8A

Black with #955B8A

Text Example


Text Example

White with #955B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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