Html Css Color HEX #95658C Strikemaster

📋 copy color: '#95658C'

red 149 ◦ green 101 ◦ blue 140

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

Shades of Strikemaster #95658C

Tints of Strikemaster #95658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 38.21%
G = 25.9%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95658C (or 0x95658C) is known color: Strikemaster. HEX triplet: 95, 65 and 8C. RGB value is (149,101,140). Sum of RGB (Red+Green+Blue) = 149+101+140=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658C is #6A9A73. Grayscale: #777777. Windows color (decimal): -6986356 or 9201045. OLE color: 9201045.

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

Color convert

RGB 149 101 140 -
CMYK 0 0.32 0.06 0.42
HSL 311.25º 0.19% 0.49% -
HSV(B) 311.25º 0.32% 0.58% -
XYZ 21.78 17.59 27.06 -
YUV 119.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 149 101 140 0 0.32 0.06 0.42 311.25 0.19 0.49
Hex 95 65 8C 0 20 6 2A 137 13 31
Octal 225 145 214 0 40 6 52 467 23 61
Binary 10010101 1100101 10001100 0 100000 110 101010 100110111 10011 110001

Color Harmonies of #95658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95658C

Black with #95658C

Text Example


Text Example

White with #95658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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