Html Css Color HEX #955883 Strikemaster

📋 copy color: '#955883'

red 149 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #955883

Tints of Strikemaster #955883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 40.49%
G = 23.91%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955883 (or 0x955883) is known color: Strikemaster. HEX triplet: 95, 58 and 83. RGB value is (149,88,131). Sum of RGB (Red+Green+Blue) = 149+88+131=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955883 is #6AA77C. Grayscale: #6F6F6F. Windows color (decimal): -6989693 or 8607893. OLE color: 8607893.

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

Color convert

RGB 149 88 131 -
CMYK 0 0.41 0.12 0.42
HSL 317.7º 0.26% 0.46% -
HSV(B) 317.7º 0.41% 0.58% -
XYZ 19.98 15.01 23.32 -
YUV 111.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 149 88 131 0 0.41 0.12 0.42 317.7 0.26 0.46
Hex 95 58 83 0 29 C 2A 13E 1A 2E
Octal 225 130 203 0 51 14 52 476 32 56
Binary 10010101 1011000 10000011 0 101001 1100 101010 100111110 11010 101110

Color Harmonies of #955883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955883

Black with #955883

Text Example


Text Example

White with #955883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955883; }

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

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

background-color css

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

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

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

border-color css

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

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

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