Html Css Color HEX #95668B Strikemaster

📋 copy color: '#95668B'

red 149 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #95668B

Tints of Strikemaster #95668B

RGB

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

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

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

R = 38.21%
G = 26.15%
B = 35.64%

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

#95668B (or 0x95668B) is known color: Strikemaster. HEX triplet: 95, 66 and 8B. RGB value is (149,102,139). Sum of RGB (Red+Green+Blue) = 149+102+139=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668B is #6A9974. Grayscale: #787878. Windows color (decimal): -6986101 or 9135765. OLE color: 9135765.

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

Color convert

RGB 149 102 139 -
CMYK 0 0.32 0.07 0.42
HSL 312.77º 0.19% 0.49% -
HSV(B) 312.77º 0.32% 0.58% -
XYZ 21.81 17.76 26.7 -
YUV 120.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 149 102 139 0 0.32 0.07 0.42 312.77 0.19 0.49
Hex 95 66 8B 0 20 7 2A 139 13 31
Octal 225 146 213 0 40 7 52 471 23 61
Binary 10010101 1100110 10001011 0 100000 111 101010 100111001 10011 110001

Color Harmonies of #95668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95668B

Black with #95668B

Text Example


Text Example

White with #95668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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