Html Css Color HEX #95467F Strikemaster

📋 copy color: '#95467F'

red 149 ◦ green 70 ◦ blue 127

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

Shades of Strikemaster #95467F

Tints of Strikemaster #95467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 43.06%
G = 20.23%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95467F (or 0x95467F) is known color: Strikemaster. HEX triplet: 95, 46 and 7F. RGB value is (149,70,127). Sum of RGB (Red+Green+Blue) = 149+70+127=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95467F is #6AB980. Grayscale: #636363. Windows color (decimal): -6994305 or 8341141. OLE color: 8341141.

HSL color Cylindrical-coordinate representation of color #95467F: hue angle of 316.71º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95467F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 127 -
CMYK 0 0.53 0.15 0.42
HSL 316.71º 0.36% 0.43% -
HSV(B) 316.71º 0.53% 0.58% -
XYZ 18.42 12.3 21.48 -
YUV 100.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 149 70 127 0 0.53 0.15 0.42 316.71 0.36 0.43
Hex 95 46 7F 0 35 F 2A 13D 24 2B
Octal 225 106 177 0 65 17 52 475 44 53
Binary 10010101 1000110 1111111 0 110101 1111 101010 100111101 100100 101011

Color Harmonies of #95467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95467F

Black with #95467F

Text Example


Text Example

White with #95467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95467F; }

 p { color: rgb(149,70,127); }

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

background-color css

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

 a { background-color: rgb(149,70,127); }

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

border-color css

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

 span { border-color: rgb(149,70,127); }

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