Html Css Color HEX #995883 Strikemaster

📋 copy color: '#995883'

red 153 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #995883

Tints of Strikemaster #995883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 41.13%
G = 23.66%
B = 35.22%

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

#995883 (or 0x995883) is known color: Strikemaster. HEX triplet: 99, 58 and 83. RGB value is (153,88,131). Sum of RGB (Red+Green+Blue) = 153+88+131=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995883 is #66A77C. Grayscale: #707070. Windows color (decimal): -6727549 or 8607897. OLE color: 8607897.

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

Color convert

RGB 153 88 131 -
CMYK 0 0.42 0.14 0.4
HSL 320.31º 0.27% 0.47% -
HSV(B) 320.31º 0.42% 0.6% -
XYZ 20.72 15.39 23.35 -
YUV 112.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 153 88 131 0 0.42 0.14 0.4 320.31 0.27 0.47
Hex 99 58 83 0 2A E 28 140 1B 2F
Octal 231 130 203 0 52 16 50 500 33 57
Binary 10011001 1011000 10000011 0 101010 1110 101000 101000000 11011 101111

Color Harmonies of #995883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995883

Black with #995883

Text Example


Text Example

White with #995883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995883; }

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

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

background-color css

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

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

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

border-color css

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

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

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