Html Css Color HEX #995C8B Strikemaster

📋 copy color: '#995C8B'

red 153 ◦ green 92 ◦ blue 139

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

Shades of Strikemaster #995C8B

Tints of Strikemaster #995C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 39.84%
G = 23.96%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#995C8B (or 0x995C8B) is known color: Strikemaster. HEX triplet: 99, 5C and 8B. RGB value is (153,92,139). Sum of RGB (Red+Green+Blue) = 153+92+139=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C8B is #66A374. Grayscale: #737373. Windows color (decimal): -6726517 or 9133209. OLE color: 9133209.

HSL color Cylindrical-coordinate representation of color #995C8B: hue angle of 313.77º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C8B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 139 -
CMYK 0 0.40 0.09 0.4
HSL 313.77º 0.25% 0.48% -
HSV(B) 313.77º 0.4% 0.6% -
XYZ 21.62 16.29 26.43 -
YUV 115.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 153 92 139 0 0.40 0.09 0.4 313.77 0.25 0.48
Hex 99 5C 8B 0 28 9 28 13A 19 30
Octal 231 134 213 0 50 11 50 472 31 60
Binary 10011001 1011100 10001011 0 101000 1001 101000 100111010 11001 110000

Color Harmonies of #995C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C8B

Black with #995C8B

Text Example


Text Example

White with #995C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C8B; }

 p { color: rgb(153,92,139); }

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

background-color css

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

 a { background-color: rgb(153,92,139); }

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

border-color css

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

 span { border-color: rgb(153,92,139); }

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