Html Css Color HEX #906381 Strikemaster

📋 copy color: '#906381'

red 144 ◦ green 99 ◦ blue 129

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

Shades of Strikemaster #906381

Tints of Strikemaster #906381

RGB

 RED value IS 144 (56.64% from 255) = 38.71%

 GREEN value IS 99 (39.06% from 255) = 26.61%

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

R = 38.71%
G = 26.61%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#906381 (or 0x906381) is known color: Strikemaster. HEX triplet: 90, 63 and 81. RGB value is (144,99,129). Sum of RGB (Red+Green+Blue) = 144+99+129=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #906381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906381 is #6F9C7E. Grayscale: #737373. Windows color (decimal): -7314559 or 8479632. OLE color: 8479632.

HSL color Cylindrical-coordinate representation of color #906381: hue angle of 320º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906381 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 129 -
CMYK 0 0.31 0.10 0.44
HSL 320º 0.19% 0.48% -
HSV(B) 320º 0.31% 0.56% -
XYZ 19.93 16.44 22.89 -
YUV 115.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 144 99 129 0 0.31 0.10 0.44 320 0.19 0.48
Hex 90 63 81 0 1F A 2C 140 13 30
Octal 220 143 201 0 37 12 54 500 23 60
Binary 10010000 1100011 10000001 0 11111 1010 101100 101000000 10011 110000

Color Harmonies of #906381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906381

Black with #906381

Text Example


Text Example

White with #906381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906381; }

 p { color: rgb(144,99,129); }

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

background-color css

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

 a { background-color: rgb(144,99,129); }

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

border-color css

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

 span { border-color: rgb(144,99,129); }

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