Html Css Color HEX #95678B Strikemaster

📋 copy color: '#95678B'

red 149 ◦ green 103 ◦ blue 139

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

Shades of Strikemaster #95678B

Tints of Strikemaster #95678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

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

R = 38.11%
G = 26.34%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95678B (or 0x95678B) is known color: Strikemaster. HEX triplet: 95, 67 and 8B. RGB value is (149,103,139). Sum of RGB (Red+Green+Blue) = 149+103+139=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95678B is #6A9874. Grayscale: #787878. Windows color (decimal): -6985845 or 9136021. OLE color: 9136021.

HSL color Cylindrical-coordinate representation of color #95678B: hue angle of 313.04º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95678B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 139 -
CMYK 0 0.31 0.07 0.42
HSL 313.04º 0.18% 0.49% -
HSV(B) 313.04º 0.31% 0.58% -
XYZ 21.9 17.95 26.74 -
YUV 120.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 149 103 139 0 0.31 0.07 0.42 313.04 0.18 0.49
Hex 95 67 8B 0 1F 7 2A 139 12 31
Octal 225 147 213 0 37 7 52 471 22 61
Binary 10010101 1100111 10001011 0 11111 111 101010 100111001 10010 110001

Color Harmonies of #95678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95678B

Black with #95678B

Text Example


Text Example

White with #95678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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