Html Css Color HEX #95667D Strikemaster

📋 copy color: '#95667D'

red 149 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #95667D

Tints of Strikemaster #95667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 39.63%
G = 27.13%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95667D (or 0x95667D) is known color: Strikemaster. HEX triplet: 95, 66 and 7D. RGB value is (149,102,125). Sum of RGB (Red+Green+Blue) = 149+102+125=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95667D is #6A9982. Grayscale: #767676. Windows color (decimal): -6986115 or 8218261. OLE color: 8218261.

HSL color Cylindrical-coordinate representation of color #95667D: hue angle of 330.64º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95667D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 125 -
CMYK 0 0.32 0.16 0.42
HSL 330.64º 0.19% 0.49% -
HSV(B) 330.64º 0.32% 0.58% -
XYZ 20.85 17.37 21.66 -
YUV 118.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 149 102 125 0 0.32 0.16 0.42 330.64 0.19 0.49
Hex 95 66 7D 0 20 10 2A 14B 13 31
Octal 225 146 175 0 40 20 52 513 23 61
Binary 10010101 1100110 1111101 0 100000 10000 101010 101001011 10011 110001

Color Harmonies of #95667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95667D

Black with #95667D

Text Example


Text Example

White with #95667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95667D; }

 p { color: rgb(149,102,125); }

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

background-color css

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

 a { background-color: rgb(149,102,125); }

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

border-color css

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

 span { border-color: rgb(149,102,125); }

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