Html Css Color HEX #996283 Strikemaster

📋 copy color: '#996283'

red 153 ◦ green 98 ◦ blue 131

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

Shades of Strikemaster #996283

Tints of Strikemaster #996283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 40.05%
G = 25.65%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996283 (or 0x996283) is known color: Strikemaster. HEX triplet: 99, 62 and 83. RGB value is (153,98,131). Sum of RGB (Red+Green+Blue) = 153+98+131=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996283 is #669D7C. Grayscale: #767676. Windows color (decimal): -6724989 or 8610457. OLE color: 8610457.

HSL color Cylindrical-coordinate representation of color #996283: hue angle of 324º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996283 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 131 -
CMYK 0 0.36 0.14 0.4
HSL 324º 0.22% 0.49% -
HSV(B) 324º 0.36% 0.6% -
XYZ 21.6 17.15 23.64 -
YUV 118.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 153 98 131 0 0.36 0.14 0.4 324 0.22 0.49
Hex 99 62 83 0 24 E 28 144 16 31
Octal 231 142 203 0 44 16 50 504 26 61
Binary 10011001 1100010 10000011 0 100100 1110 101000 101000100 10110 110001

Color Harmonies of #996283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996283

Black with #996283

Text Example


Text Example

White with #996283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996283; }

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

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

background-color css

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

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

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

border-color css

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

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

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