Html Css Color HEX #995985 Strikemaster

📋 copy color: '#995985'

red 153 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #995985

Tints of Strikemaster #995985

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 40.8%
G = 23.73%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#995985 (or 0x995985) is known color: Strikemaster. HEX triplet: 99, 59 and 85. RGB value is (153,89,133). Sum of RGB (Red+Green+Blue) = 153+89+133=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995985 is #66A67A. Grayscale: #717171. Windows color (decimal): -6727291 or 8739225. OLE color: 8739225.

HSL color Cylindrical-coordinate representation of color #995985: hue angle of 318.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995985 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 133 -
CMYK 0 0.42 0.13 0.4
HSL 318.75º 0.26% 0.47% -
HSV(B) 318.75º 0.42% 0.6% -
XYZ 20.94 15.61 24.1 -
YUV 113.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 153 89 133 0 0.42 0.13 0.4 318.75 0.26 0.47
Hex 99 59 85 0 2A D 28 13F 1A 2F
Octal 231 131 205 0 52 15 50 477 32 57
Binary 10011001 1011001 10000101 0 101010 1101 101000 100111111 11010 101111

Color Harmonies of #995985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995985

Black with #995985

Text Example


Text Example

White with #995985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995985; }

 p { color: rgb(153,89,133); }

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

background-color css

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

 a { background-color: rgb(153,89,133); }

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

border-color css

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

 span { border-color: rgb(153,89,133); }

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