Html Css Color HEX #965387 Strikemaster

📋 copy color: '#965387'

red 150 ◦ green 83 ◦ blue 135

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

Shades of Strikemaster #965387

Tints of Strikemaster #965387

RGB

 RED value IS 150 (58.98% from 255) = 40.76%

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 40.76%
G = 22.55%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#965387 (or 0x965387) is known color: Strikemaster. HEX triplet: 96, 53 and 87. RGB value is (150,83,135). Sum of RGB (Red+Green+Blue) = 150+83+135=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965387 is #69AC78. Grayscale: #6C6C6C. Windows color (decimal): -6925433 or 8868758. OLE color: 8868758.

HSL color Cylindrical-coordinate representation of color #965387: hue angle of 313.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965387 is Cyan = 0, Magento = 0.45, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 135 -
CMYK 0 0.45 0.1 0.41
HSL 313.43º 0.29% 0.46% -
HSV(B) 313.43º 0.45% 0.59% -
XYZ 20.04 14.42 24.65 -
YUV 108.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 150 83 135 0 0.45 0.1 0.41 313.43 0.29 0.46
Hex 96 53 87 0 2D A 29 139 1D 2E
Octal 226 123 207 0 55 12 51 471 35 56
Binary 10010110 1010011 10000111 0 101101 1010 101001 100111001 11101 101110

Color Harmonies of #965387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965387

Black with #965387

Text Example


Text Example

White with #965387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965387; }

 p { color: rgb(150,83,135); }

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

background-color css

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

 a { background-color: rgb(150,83,135); }

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

border-color css

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

 span { border-color: rgb(150,83,135); }

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