Html Css Color HEX #965A7B Strikemaster

📋 copy color: '#965A7B'

red 150 ◦ green 90 ◦ blue 123

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

Shades of Strikemaster #965A7B

Tints of Strikemaster #965A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 41.32%
G = 24.79%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#965A7B (or 0x965A7B) is known color: Strikemaster. HEX triplet: 96, 5A and 7B. RGB value is (150,90,123). Sum of RGB (Red+Green+Blue) = 150+90+123=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A7B is #69A584. Grayscale: #6F6F6F. Windows color (decimal): -6923653 or 8084118. OLE color: 8084118.

HSL color Cylindrical-coordinate representation of color #965A7B: hue angle of 327º 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 #965A7B is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 123 -
CMYK 0 0.4 0.18 0.41
HSL 327º 0.25% 0.47% -
HSV(B) 327º 0.4% 0.59% -
XYZ 19.81 15.23 20.63 -
YUV 111.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 150 90 123 0 0.4 0.18 0.41 327 0.25 0.47
Hex 96 5A 7B 0 28 12 29 147 19 2F
Octal 226 132 173 0 50 22 51 507 31 57
Binary 10010110 1011010 1111011 0 101000 10010 101001 101000111 11001 101111

Color Harmonies of #965A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A7B

Black with #965A7B

Text Example


Text Example

White with #965A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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