Html Css Color HEX #906382 Strikemaster

📋 copy color: '#906382'

red 144 ◦ green 99 ◦ blue 130

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

Shades of Strikemaster #906382

Tints of Strikemaster #906382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 38.61%
G = 26.54%
B = 34.85%

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

#906382 (or 0x906382) is known color: Strikemaster. HEX triplet: 90, 63 and 82. RGB value is (144,99,130). Sum of RGB (Red+Green+Blue) = 144+99+130=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #906382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906382 is #6F9C7D. Grayscale: #737373. Windows color (decimal): -7314558 or 8545168. OLE color: 8545168.

HSL color Cylindrical-coordinate representation of color #906382: hue angle of 318.67º 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 #906382 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 130 -
CMYK 0 0.31 0.10 0.44
HSL 318.67º 0.19% 0.48% -
HSV(B) 318.67º 0.31% 0.56% -
XYZ 19.99 16.46 23.24 -
YUV 115.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 144 99 130 0 0.31 0.10 0.44 318.67 0.19 0.48
Hex 90 63 82 0 1F A 2C 13F 13 30
Octal 220 143 202 0 37 12 54 477 23 60
Binary 10010000 1100011 10000010 0 11111 1010 101100 100111111 10011 110000

Color Harmonies of #906382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906382

Black with #906382

Text Example


Text Example

White with #906382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906382; }

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

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

background-color css

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

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

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

border-color css

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

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

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