Html Css Color HEX #95668C Strikemaster

📋 copy color: '#95668C'

red 149 ◦ green 102 ◦ blue 140

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

Shades of Strikemaster #95668C

Tints of Strikemaster #95668C

RGB

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

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

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

R = 38.11%
G = 26.09%
B = 35.81%

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

#95668C (or 0x95668C) is known color: Strikemaster. HEX triplet: 95, 66 and 8C. RGB value is (149,102,140). Sum of RGB (Red+Green+Blue) = 149+102+140=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668C is #6A9973. Grayscale: #787878. Windows color (decimal): -6986100 or 9201301. OLE color: 9201301.

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

Color convert

RGB 149 102 140 -
CMYK 0 0.32 0.06 0.42
HSL 311.49º 0.19% 0.49% -
HSV(B) 311.49º 0.32% 0.58% -
XYZ 21.88 17.79 27.09 -
YUV 120.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 149 102 140 0 0.32 0.06 0.42 311.49 0.19 0.49
Hex 95 66 8C 0 20 6 2A 137 13 31
Octal 225 146 214 0 40 6 52 467 23 61
Binary 10010101 1100110 10001100 0 100000 110 101010 100110111 10011 110001

Color Harmonies of #95668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95668C

Black with #95668C

Text Example


Text Example

White with #95668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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