Html Css Color HEX #95608A Strikemaster

📋 copy color: '#95608A'

red 149 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #95608A

Tints of Strikemaster #95608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 38.9%
G = 25.07%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95608A (or 0x95608A) is known color: Strikemaster. HEX triplet: 95, 60 and 8A. RGB value is (149,96,138). Sum of RGB (Red+Green+Blue) = 149+96+138=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #95608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95608A is #6A9F75. Grayscale: #747474. Windows color (decimal): -6987638 or 9068693. OLE color: 9068693.

HSL color Cylindrical-coordinate representation of color #95608A: hue angle of 312.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95608A is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 138 -
CMYK 0 0.36 0.07 0.42
HSL 312.45º 0.22% 0.48% -
HSV(B) 312.45º 0.36% 0.58% -
XYZ 21.16 16.59 26.13 -
YUV 116.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 149 96 138 0 0.36 0.07 0.42 312.45 0.22 0.48
Hex 95 60 8A 0 24 7 2A 138 16 30
Octal 225 140 212 0 44 7 52 470 26 60
Binary 10010101 1100000 10001010 0 100100 111 101010 100111000 10110 110000

Color Harmonies of #95608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95608A

Black with #95608A

Text Example


Text Example

White with #95608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95608A; }

 p { color: rgb(149,96,138); }

 H1.HeaderClassName
 {
   color: #95608A;
 }
 .AnyTagClassName
 {
   color: #95608A;
 }
</style>

background-color css

<style>
 a { background-color: #95608A; }

 a { background-color: rgb(149,96,138); }

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

border-color css

<style>
 span { border-color: #95608A; }

 span { border-color: rgb(149,96,138); }

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