Html Css Color HEX #965881 Strikemaster

📋 copy color: '#965881'

red 150 ◦ green 88 ◦ blue 129

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

Shades of Strikemaster #965881

Tints of Strikemaster #965881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 40.87%
G = 23.98%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#965881 (or 0x965881) is known color: Strikemaster. HEX triplet: 96, 58 and 81. RGB value is (150,88,129). Sum of RGB (Red+Green+Blue) = 150+88+129=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965881 is #69A77E. Grayscale: #6F6F6F. Windows color (decimal): -6924159 or 8476822. OLE color: 8476822.

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

Color convert

RGB 150 88 129 -
CMYK 0 0.41 0.14 0.41
HSL 320.32º 0.26% 0.47% -
HSV(B) 320.32º 0.41% 0.59% -
XYZ 20.03 15.05 22.62 -
YUV 111.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 150 88 129 0 0.41 0.14 0.41 320.32 0.26 0.47
Hex 96 58 81 0 29 E 29 140 1A 2F
Octal 226 130 201 0 51 16 51 500 32 57
Binary 10010110 1011000 10000001 0 101001 1110 101001 101000000 11010 101111

Color Harmonies of #965881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965881

Black with #965881

Text Example


Text Example

White with #965881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965881; }

 p { color: rgb(150,88,129); }

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

background-color css

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

 a { background-color: rgb(150,88,129); }

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

border-color css

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

 span { border-color: rgb(150,88,129); }

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