Html Css Color HEX #95648C Strikemaster

📋 copy color: '#95648C'

red 149 ◦ green 100 ◦ blue 140

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

Shades of Strikemaster #95648C

Tints of Strikemaster #95648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 38.3%
G = 25.71%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95648C (or 0x95648C) is known color: Strikemaster. HEX triplet: 95, 64 and 8C. RGB value is (149,100,140). Sum of RGB (Red+Green+Blue) = 149+100+140=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95648C is #6A9B73. Grayscale: #777777. Windows color (decimal): -6986612 or 9200789. OLE color: 9200789.

HSL color Cylindrical-coordinate representation of color #95648C: hue angle of 311.02º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95648C is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 140 -
CMYK 0 0.33 0.06 0.42
HSL 311.02º 0.2% 0.49% -
HSV(B) 311.02º 0.33% 0.58% -
XYZ 21.69 17.4 27.03 -
YUV 119.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 149 100 140 0 0.33 0.06 0.42 311.02 0.2 0.49
Hex 95 64 8C 0 21 6 2A 137 14 31
Octal 225 144 214 0 41 6 52 467 24 61
Binary 10010101 1100100 10001100 0 100001 110 101010 100110111 10100 110001

Color Harmonies of #95648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95648C

Black with #95648C

Text Example


Text Example

White with #95648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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