Html Css Color HEX #995283 Strikemaster

📋 copy color: '#995283'

red 153 ◦ green 82 ◦ blue 131

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

Shades of Strikemaster #995283

Tints of Strikemaster #995283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 41.8%
G = 22.4%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995283 (or 0x995283) is known color: Strikemaster. HEX triplet: 99, 52 and 83. RGB value is (153,82,131). Sum of RGB (Red+Green+Blue) = 153+82+131=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #995283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995283 is #66AD7C. Grayscale: #6C6C6C. Windows color (decimal): -6729085 or 8606361. OLE color: 8606361.

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

Color convert

RGB 153 82 131 -
CMYK 0 0.46 0.14 0.4
HSL 318.59º 0.3% 0.46% -
HSV(B) 318.59º 0.46% 0.6% -
XYZ 20.25 14.45 23.19 -
YUV 108.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 153 82 131 0 0.46 0.14 0.4 318.59 0.3 0.46
Hex 99 52 83 0 2E E 28 13F 1E 2E
Octal 231 122 203 0 56 16 50 477 36 56
Binary 10011001 1010010 10000011 0 101110 1110 101000 100111111 11110 101110

Color Harmonies of #995283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995283

Black with #995283

Text Example


Text Example

White with #995283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995283; }

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

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

background-color css

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

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

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

border-color css

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

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

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