Html Css Color HEX #995385 Strikemaster

📋 copy color: '#995385'

red 153 ◦ green 83 ◦ blue 133

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

Shades of Strikemaster #995385

Tints of Strikemaster #995385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

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

R = 41.46%
G = 22.49%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#995385 (or 0x995385) is known color: Strikemaster. HEX triplet: 99, 53 and 85. RGB value is (153,83,133). Sum of RGB (Red+Green+Blue) = 153+83+133=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995385 is #66AC7A. Grayscale: #6D6D6D. Windows color (decimal): -6728827 or 8737689. OLE color: 8737689.

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

Color convert

RGB 153 83 133 -
CMYK 0 0.46 0.13 0.4
HSL 317.14º 0.3% 0.46% -
HSV(B) 317.14º 0.46% 0.6% -
XYZ 20.46 14.65 23.94 -
YUV 109.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 153 83 133 0 0.46 0.13 0.4 317.14 0.3 0.46
Hex 99 53 85 0 2E D 28 13D 1E 2E
Octal 231 123 205 0 56 15 50 475 36 56
Binary 10011001 1010011 10000101 0 101110 1101 101000 100111101 11110 101110

Color Harmonies of #995385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995385

Black with #995385

Text Example


Text Example

White with #995385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995385; }

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

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

background-color css

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

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

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

border-color css

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

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

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