Html Css Color HEX #95678C Strikemaster

📋 copy color: '#95678C'

red 149 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #95678C

Tints of Strikemaster #95678C

RGB

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

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

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

R = 38.01%
G = 26.28%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95678C (or 0x95678C) is known color: Strikemaster. HEX triplet: 95, 67 and 8C. RGB value is (149,103,140). Sum of RGB (Red+Green+Blue) = 149+103+140=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95678C is #6A9873. Grayscale: #787878. Windows color (decimal): -6985844 or 9201557. OLE color: 9201557.

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

Color convert

RGB 149 103 140 -
CMYK 0 0.31 0.06 0.42
HSL 311.74º 0.18% 0.49% -
HSV(B) 311.74º 0.31% 0.58% -
XYZ 21.98 17.98 27.12 -
YUV 120.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 149 103 140 0 0.31 0.06 0.42 311.74 0.18 0.49
Hex 95 67 8C 0 1F 6 2A 138 12 31
Octal 225 147 214 0 37 6 52 470 22 61
Binary 10010101 1100111 10001100 0 11111 110 101010 100111000 10010 110001

Color Harmonies of #95678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95678C

Black with #95678C

Text Example


Text Example

White with #95678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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