Html Css Color HEX #995081 Strikemaster

📋 copy color: '#995081'

red 153 ◦ green 80 ◦ blue 129

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

Shades of Strikemaster #995081

Tints of Strikemaster #995081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 42.27%
G = 22.1%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995081 (or 0x995081) is known color: Strikemaster. HEX triplet: 99, 50 and 81. RGB value is (153,80,129). Sum of RGB (Red+Green+Blue) = 153+80+129=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995081 is #66AF7E. Grayscale: #6B6B6B. Windows color (decimal): -6729599 or 8474777. OLE color: 8474777.

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

Color convert

RGB 153 80 129 -
CMYK 0 0.48 0.16 0.4
HSL 319.73º 0.31% 0.46% -
HSV(B) 319.73º 0.48% 0.6% -
XYZ 19.97 14.09 22.44 -
YUV 107.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 153 80 129 0 0.48 0.16 0.4 319.73 0.31 0.46
Hex 99 50 81 0 30 10 28 140 1F 2E
Octal 231 120 201 0 60 20 50 500 37 56
Binary 10011001 1010000 10000001 0 110000 10000 101000 101000000 11111 101110

Color Harmonies of #995081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995081

Black with #995081

Text Example


Text Example

White with #995081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995081; }

 p { color: rgb(153,80,129); }

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

background-color css

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

 a { background-color: rgb(153,80,129); }

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

border-color css

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

 span { border-color: rgb(153,80,129); }

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