Html Css Color HEX #965A7F Strikemaster

📋 copy color: '#965A7F'

red 150 ◦ green 90 ◦ blue 127

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

Shades of Strikemaster #965A7F

Tints of Strikemaster #965A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 40.87%
G = 24.52%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#965A7F (or 0x965A7F) is known color: Strikemaster. HEX triplet: 96, 5A and 7F. RGB value is (150,90,127). Sum of RGB (Red+Green+Blue) = 150+90+127=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A7F is #69A580. Grayscale: #707070. Windows color (decimal): -6923649 or 8346262. OLE color: 8346262.

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

Color convert

RGB 150 90 127 -
CMYK 0 0.4 0.15 0.41
HSL 323º 0.25% 0.47% -
HSV(B) 323º 0.4% 0.59% -
XYZ 20.06 15.33 21.98 -
YUV 112.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 150 90 127 0 0.4 0.15 0.41 323 0.25 0.47
Hex 96 5A 7F 0 28 F 29 143 19 2F
Octal 226 132 177 0 50 17 51 503 31 57
Binary 10010110 1011010 1111111 0 101000 1111 101001 101000011 11001 101111

Color Harmonies of #965A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A7F

Black with #965A7F

Text Example


Text Example

White with #965A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A7F; }

 p { color: rgb(150,90,127); }

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

background-color css

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

 a { background-color: rgb(150,90,127); }

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

border-color css

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

 span { border-color: rgb(150,90,127); }

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