Html Css Color HEX #956085 Strikemaster

📋 copy color: '#956085'

red 149 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #956085

Tints of Strikemaster #956085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 39.42%
G = 25.4%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#956085 (or 0x956085) is known color: Strikemaster. HEX triplet: 95, 60 and 85. RGB value is (149,96,133). Sum of RGB (Red+Green+Blue) = 149+96+133=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #956085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956085 is #6A9F7A. Grayscale: #737373. Windows color (decimal): -6987643 or 8741013. OLE color: 8741013.

HSL color Cylindrical-coordinate representation of color #956085: hue angle of 318.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956085 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 133 -
CMYK 0 0.36 0.11 0.42
HSL 318.11º 0.22% 0.48% -
HSV(B) 318.11º 0.36% 0.58% -
XYZ 20.81 16.45 24.27 -
YUV 116.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 149 96 133 0 0.36 0.11 0.42 318.11 0.22 0.48
Hex 95 60 85 0 24 B 2A 13E 16 30
Octal 225 140 205 0 44 13 52 476 26 60
Binary 10010101 1100000 10000101 0 100100 1011 101010 100111110 10110 110000

Color Harmonies of #956085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956085

Black with #956085

Text Example


Text Example

White with #956085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956085; }

 p { color: rgb(149,96,133); }

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

background-color css

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

 a { background-color: rgb(149,96,133); }

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

border-color css

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

 span { border-color: rgb(149,96,133); }

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