Html Css Color HEX #965A7A Strikemaster

📋 copy color: '#965A7A'

red 150 ◦ green 90 ◦ blue 122

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

Shades of Strikemaster #965A7A

Tints of Strikemaster #965A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 41.44%
G = 24.86%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965A7A (or 0x965A7A) is known color: Strikemaster. HEX triplet: 96, 5A and 7A. RGB value is (150,90,122). Sum of RGB (Red+Green+Blue) = 150+90+122=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A7A is #69A585. Grayscale: #6F6F6F. Windows color (decimal): -6923654 or 8018582. OLE color: 8018582.

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

Color convert

RGB 150 90 122 -
CMYK 0 0.4 0.19 0.41
HSL 328º 0.25% 0.47% -
HSV(B) 328º 0.4% 0.59% -
XYZ 19.75 15.2 20.31 -
YUV 111.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 150 90 122 0 0.4 0.19 0.41 328 0.25 0.47
Hex 96 5A 7A 0 28 13 29 148 19 2F
Octal 226 132 172 0 50 23 51 510 31 57
Binary 10010110 1011010 1111010 0 101000 10011 101001 101001000 11001 101111

Color Harmonies of #965A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A7A

Black with #965A7A

Text Example


Text Example

White with #965A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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