Html Css Color HEX #965085 Strikemaster

📋 copy color: '#965085'

red 150 ◦ green 80 ◦ blue 133

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

Shades of Strikemaster #965085

Tints of Strikemaster #965085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 41.32%
G = 22.04%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#965085 (or 0x965085) is known color: Strikemaster. HEX triplet: 96, 50 and 85. RGB value is (150,80,133). Sum of RGB (Red+Green+Blue) = 150+80+133=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965085 is #69AF7A. Grayscale: #6A6A6A. Windows color (decimal): -6926203 or 8736918. OLE color: 8736918.

HSL color Cylindrical-coordinate representation of color #965085: hue angle of 314.57º 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 #965085 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 133 -
CMYK 0 0.47 0.11 0.41
HSL 314.57º 0.3% 0.45% -
HSV(B) 314.57º 0.47% 0.59% -
XYZ 19.68 13.91 23.84 -
YUV 106.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 150 80 133 0 0.47 0.11 0.41 314.57 0.3 0.45
Hex 96 50 85 0 2F B 29 13B 1E 2D
Octal 226 120 205 0 57 13 51 473 36 55
Binary 10010110 1010000 10000101 0 101111 1011 101001 100111011 11110 101101

Color Harmonies of #965085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965085

Black with #965085

Text Example


Text Example

White with #965085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965085; }

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

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

background-color css

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

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

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

border-color css

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

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

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