Html Css Color HEX #95658B Strikemaster

📋 copy color: '#95658B'

red 149 ◦ green 101 ◦ blue 139

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

Shades of Strikemaster #95658B

Tints of Strikemaster #95658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 38.3%
G = 25.96%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95658B (or 0x95658B) is known color: Strikemaster. HEX triplet: 95, 65 and 8B. RGB value is (149,101,139). Sum of RGB (Red+Green+Blue) = 149+101+139=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658B is #6A9A74. Grayscale: #777777. Windows color (decimal): -6986357 or 9135509. OLE color: 9135509.

HSL color Cylindrical-coordinate representation of color #95658B: hue angle of 312.5º 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 #95658B is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 139 -
CMYK 0 0.32 0.07 0.42
HSL 312.5º 0.19% 0.49% -
HSV(B) 312.5º 0.32% 0.58% -
XYZ 21.71 17.56 26.67 -
YUV 119.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 149 101 139 0 0.32 0.07 0.42 312.5 0.19 0.49
Hex 95 65 8B 0 20 7 2A 138 13 31
Octal 225 145 213 0 40 7 52 470 23 61
Binary 10010101 1100101 10001011 0 100000 111 101010 100111000 10011 110001

Color Harmonies of #95658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95658B

Black with #95658B

Text Example


Text Example

White with #95658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95658B; }

 p { color: rgb(149,101,139); }

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

background-color css

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

 a { background-color: rgb(149,101,139); }

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

border-color css

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

 span { border-color: rgb(149,101,139); }

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