Html Css Color HEX #945382 Strikemaster

📋 copy color: '#945382'

red 148 ◦ green 83 ◦ blue 130

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

Shades of Strikemaster #945382

Tints of Strikemaster #945382

RGB

 RED value IS 148 (58.2% from 255) = 41%

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 41%
G = 22.99%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#945382 (or 0x945382) is known color: Strikemaster. HEX triplet: 94, 53 and 82. RGB value is (148,83,130). Sum of RGB (Red+Green+Blue) = 148+83+130=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945382 is #6BAC7D. Grayscale: #6B6B6B. Windows color (decimal): -7056510 or 8541076. OLE color: 8541076.

HSL color Cylindrical-coordinate representation of color #945382: hue angle of 316.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945382 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 130 -
CMYK 0 0.44 0.12 0.42
HSL 316.62º 0.28% 0.45% -
HSV(B) 316.62º 0.44% 0.58% -
XYZ 19.34 14.09 22.82 -
YUV 107.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 148 83 130 0 0.44 0.12 0.42 316.62 0.28 0.45
Hex 94 53 82 0 2C C 2A 13D 1C 2D
Octal 224 123 202 0 54 14 52 475 34 55
Binary 10010100 1010011 10000010 0 101100 1100 101010 100111101 11100 101101

Color Harmonies of #945382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945382

Black with #945382

Text Example


Text Example

White with #945382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945382; }

 p { color: rgb(148,83,130); }

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

background-color css

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

 a { background-color: rgb(148,83,130); }

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

border-color css

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

 span { border-color: rgb(148,83,130); }

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