Html Css Color HEX #95638A Strikemaster

📋 copy color: '#95638A'

red 149 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #95638A

Tints of Strikemaster #95638A

RGB

 RED value IS 149 (58.59% from 255) = 38.6%

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 38.6%
G = 25.65%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95638A (or 0x95638A) is known color: Strikemaster. HEX triplet: 95, 63 and 8A. RGB value is (149,99,138). Sum of RGB (Red+Green+Blue) = 149+99+138=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95638A is #6A9C75. Grayscale: #767676. Windows color (decimal): -6986870 or 9069461. OLE color: 9069461.

HSL color Cylindrical-coordinate representation of color #95638A: hue angle of 313.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95638A is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 138 -
CMYK 0 0.34 0.07 0.42
HSL 313.2º 0.2% 0.49% -
HSV(B) 313.2º 0.34% 0.58% -
XYZ 21.44 17.15 26.22 -
YUV 118.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 149 99 138 0 0.34 0.07 0.42 313.2 0.2 0.49
Hex 95 63 8A 0 22 7 2A 139 14 31
Octal 225 143 212 0 42 7 52 471 24 61
Binary 10010101 1100011 10001010 0 100010 111 101010 100111001 10100 110001

Color Harmonies of #95638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95638A

Black with #95638A

Text Example


Text Example

White with #95638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95638A; }

 p { color: rgb(149,99,138); }

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

background-color css

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

 a { background-color: rgb(149,99,138); }

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

border-color css

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

 span { border-color: rgb(149,99,138); }

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