Html Css Color HEX #995388 Strikemaster

📋 copy color: '#995388'

red 153 ◦ green 83 ◦ blue 136

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

Shades of Strikemaster #995388

Tints of Strikemaster #995388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 41.13%
G = 22.31%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#995388 (or 0x995388) is known color: Strikemaster. HEX triplet: 99, 53 and 88. RGB value is (153,83,136). Sum of RGB (Red+Green+Blue) = 153+83+136=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995388 is #66AC77. Grayscale: #6D6D6D. Windows color (decimal): -6728824 or 8934297. OLE color: 8934297.

HSL color Cylindrical-coordinate representation of color #995388: hue angle of 314.57º 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 #995388 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 136 -
CMYK 0 0.46 0.11 0.4
HSL 314.57º 0.3% 0.46% -
HSV(B) 314.57º 0.46% 0.6% -
XYZ 20.67 14.74 25.05 -
YUV 109.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 153 83 136 0 0.46 0.11 0.4 314.57 0.3 0.46
Hex 99 53 88 0 2E B 28 13B 1E 2E
Octal 231 123 210 0 56 13 50 473 36 56
Binary 10011001 1010011 10001000 0 101110 1011 101000 100111011 11110 101110

Color Harmonies of #995388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995388

Black with #995388

Text Example


Text Example

White with #995388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995388; }

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

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

background-color css

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

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

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

border-color css

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

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

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