Html Css Color HEX #995781 Strikemaster

📋 copy color: '#995781'

red 153 ◦ green 87 ◦ blue 129

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

Shades of Strikemaster #995781

Tints of Strikemaster #995781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

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

R = 41.46%
G = 23.58%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995781 (or 0x995781) is known color: Strikemaster. HEX triplet: 99, 57 and 81. RGB value is (153,87,129). Sum of RGB (Red+Green+Blue) = 153+87+129=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995781 is #66A87E. Grayscale: #6F6F6F. Windows color (decimal): -6727807 or 8476569. OLE color: 8476569.

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

Color convert

RGB 153 87 129 -
CMYK 0 0.43 0.16 0.4
HSL 321.82º 0.28% 0.47% -
HSV(B) 321.82º 0.43% 0.6% -
XYZ 20.51 15.17 22.62 -
YUV 111.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 153 87 129 0 0.43 0.16 0.4 321.82 0.28 0.47
Hex 99 57 81 0 2B 10 28 142 1C 2F
Octal 231 127 201 0 53 20 50 502 34 57
Binary 10011001 1010111 10000001 0 101011 10000 101000 101000010 11100 101111

Color Harmonies of #995781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995781

Black with #995781

Text Example


Text Example

White with #995781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995781; }

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

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

background-color css

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

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

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

border-color css

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

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

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