Html Css Color HEX #995378 Strikemaster

📋 copy color: '#995378'

red 153 ◦ green 83 ◦ blue 120

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

Shades of Strikemaster #995378

Tints of Strikemaster #995378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 42.98%
G = 23.31%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995378 (or 0x995378) is known color: Strikemaster. HEX triplet: 99, 53 and 78. RGB value is (153,83,120). Sum of RGB (Red+Green+Blue) = 153+83+120=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995378 is #66AC87. Grayscale: #6C6C6C. Windows color (decimal): -6728840 or 7885721. OLE color: 7885721.

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

Color convert

RGB 153 83 120 -
CMYK 0 0.46 0.22 0.4
HSL 328.29º 0.3% 0.46% -
HSV(B) 328.29º 0.46% 0.6% -
XYZ 19.62 14.31 19.5 -
YUV 108.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 153 83 120 0 0.46 0.22 0.4 328.29 0.3 0.46
Hex 99 53 78 0 2E 16 28 148 1E 2E
Octal 231 123 170 0 56 26 50 510 36 56
Binary 10011001 1010011 1111000 0 101110 10110 101000 101001000 11110 101110

Color Harmonies of #995378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995378

Black with #995378

Text Example


Text Example

White with #995378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995378; }

 p { color: rgb(153,83,120); }

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

background-color css

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

 a { background-color: rgb(153,83,120); }

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

border-color css

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

 span { border-color: rgb(153,83,120); }

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