Html Css Color HEX #995183 Strikemaster

📋 copy color: '#995183'

red 153 ◦ green 81 ◦ blue 131

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

Shades of Strikemaster #995183

Tints of Strikemaster #995183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

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

R = 41.92%
G = 22.19%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995183 (or 0x995183) is known color: Strikemaster. HEX triplet: 99, 51 and 83. RGB value is (153,81,131). Sum of RGB (Red+Green+Blue) = 153+81+131=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #995183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995183 is #66AE7C. Grayscale: #6C6C6C. Windows color (decimal): -6729341 or 8606105. OLE color: 8606105.

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

Color convert

RGB 153 81 131 -
CMYK 0 0.47 0.14 0.4
HSL 318.33º 0.31% 0.46% -
HSV(B) 318.33º 0.47% 0.6% -
XYZ 20.18 14.3 23.17 -
YUV 108.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 153 81 131 0 0.47 0.14 0.4 318.33 0.31 0.46
Hex 99 51 83 0 2F E 28 13E 1F 2E
Octal 231 121 203 0 57 16 50 476 37 56
Binary 10011001 1010001 10000011 0 101111 1110 101000 100111110 11111 101110

Color Harmonies of #995183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995183

Black with #995183

Text Example


Text Example

White with #995183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995183; }

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

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

background-color css

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

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

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

border-color css

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

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

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