Html Css Color HEX #965080 Strikemaster

📋 copy color: '#965080'

red 150 ◦ green 80 ◦ blue 128

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

Shades of Strikemaster #965080

Tints of Strikemaster #965080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 41.9%
G = 22.35%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#965080 (or 0x965080) is known color: Strikemaster. HEX triplet: 96, 50 and 80. RGB value is (150,80,128). Sum of RGB (Red+Green+Blue) = 150+80+128=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #965080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965080 is #69AF7F. Grayscale: #6A6A6A. Windows color (decimal): -6926208 or 8409238. OLE color: 8409238.

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

Color convert

RGB 150 80 128 -
CMYK 0 0.47 0.15 0.41
HSL 318.86º 0.3% 0.45% -
HSV(B) 318.86º 0.47% 0.59% -
XYZ 19.34 13.78 22.06 -
YUV 106.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 150 80 128 0 0.47 0.15 0.41 318.86 0.3 0.45
Hex 96 50 80 0 2F F 29 13F 1E 2D
Octal 226 120 200 0 57 17 51 477 36 55
Binary 10010110 1010000 10000000 0 101111 1111 101001 100111111 11110 101101

Color Harmonies of #965080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965080

Black with #965080

Text Example


Text Example

White with #965080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965080; }

 p { color: rgb(150,80,128); }

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

background-color css

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

 a { background-color: rgb(150,80,128); }

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

border-color css

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

 span { border-color: rgb(150,80,128); }

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