Html Css Color HEX #95618A Strikemaster

📋 copy color: '#95618A'

red 149 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #95618A

Tints of Strikemaster #95618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 38.8%
G = 25.26%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95618A (or 0x95618A) is known color: Strikemaster. HEX triplet: 95, 61 and 8A. RGB value is (149,97,138). Sum of RGB (Red+Green+Blue) = 149+97+138=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95618A is #6A9E75. Grayscale: #757575. Windows color (decimal): -6987382 or 9068949. OLE color: 9068949.

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

Color convert

RGB 149 97 138 -
CMYK 0 0.35 0.07 0.42
HSL 312.69º 0.21% 0.48% -
HSV(B) 312.69º 0.35% 0.58% -
XYZ 21.26 16.77 26.16 -
YUV 117.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 149 97 138 0 0.35 0.07 0.42 312.69 0.21 0.48
Hex 95 61 8A 0 23 7 2A 139 15 30
Octal 225 141 212 0 43 7 52 471 25 60
Binary 10010101 1100001 10001010 0 100011 111 101010 100111001 10101 110000

Color Harmonies of #95618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95618A

Black with #95618A

Text Example


Text Example

White with #95618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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