Html Css Color HEX #995884 Strikemaster

📋 copy color: '#995884'

red 153 ◦ green 88 ◦ blue 132

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

Shades of Strikemaster #995884

Tints of Strikemaster #995884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 41.02%
G = 23.59%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995884 (or 0x995884) is known color: Strikemaster. HEX triplet: 99, 58 and 84. RGB value is (153,88,132). Sum of RGB (Red+Green+Blue) = 153+88+132=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995884 is #66A77B. Grayscale: #707070. Windows color (decimal): -6727548 or 8673433. OLE color: 8673433.

HSL color Cylindrical-coordinate representation of color #995884: hue angle of 319.38º degrees, saturation: 0.27, 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 #995884 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 132 -
CMYK 0 0.42 0.14 0.4
HSL 319.38º 0.27% 0.47% -
HSV(B) 319.38º 0.42% 0.6% -
XYZ 20.79 15.42 23.71 -
YUV 112.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 153 88 132 0 0.42 0.14 0.4 319.38 0.27 0.47
Hex 99 58 84 0 2A E 28 13F 1B 2F
Octal 231 130 204 0 52 16 50 477 33 57
Binary 10011001 1011000 10000100 0 101010 1110 101000 100111111 11011 101111

Color Harmonies of #995884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995884

Black with #995884

Text Example


Text Example

White with #995884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995884; }

 p { color: rgb(153,88,132); }

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

background-color css

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

 a { background-color: rgb(153,88,132); }

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

border-color css

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

 span { border-color: rgb(153,88,132); }

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