Html Css Color HEX #994F7B Strikemaster

📋 copy color: '#994F7B'

red 153 ◦ green 79 ◦ blue 123

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

Shades of Strikemaster #994F7B

Tints of Strikemaster #994F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 43.1%
G = 22.25%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#994F7B (or 0x994F7B) is known color: Strikemaster. HEX triplet: 99, 4F and 7B. RGB value is (153,79,123). Sum of RGB (Red+Green+Blue) = 153+79+123=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7B is #66B084. Grayscale: #6A6A6A. Windows color (decimal): -6729861 or 8081305. OLE color: 8081305.

HSL color Cylindrical-coordinate representation of color #994F7B: hue angle of 324.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F7B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 123 -
CMYK 0 0.48 0.20 0.4
HSL 324.32º 0.32% 0.45% -
HSV(B) 324.32º 0.48% 0.6% -
XYZ 19.51 13.79 20.37 -
YUV 106.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 153 79 123 0 0.48 0.20 0.4 324.32 0.32 0.45
Hex 99 4F 7B 0 30 14 28 144 20 2D
Octal 231 117 173 0 60 24 50 504 40 55
Binary 10011001 1001111 1111011 0 110000 10100 101000 101000100 100000 101101

Color Harmonies of #994F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F7B

Black with #994F7B

Text Example


Text Example

White with #994F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994F7B; }

 p { color: rgb(153,79,123); }

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

background-color css

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

 a { background-color: rgb(153,79,123); }

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

border-color css

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

 span { border-color: rgb(153,79,123); }

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