Html Css Color HEX #965C88 Strikemaster

📋 copy color: '#965C88'

red 150 ◦ green 92 ◦ blue 136

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

Shades of Strikemaster #965C88

Tints of Strikemaster #965C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 39.68%
G = 24.34%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965C88 (or 0x965C88) is known color: Strikemaster. HEX triplet: 96, 5C and 88. RGB value is (150,92,136). Sum of RGB (Red+Green+Blue) = 150+92+136=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C88 is #69A377. Grayscale: #727272. Windows color (decimal): -6923128 or 8936598. OLE color: 8936598.

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

Color convert

RGB 150 92 136 -
CMYK 0 0.39 0.09 0.41
HSL 314.48º 0.24% 0.47% -
HSV(B) 314.48º 0.39% 0.59% -
XYZ 20.85 15.92 25.27 -
YUV 114.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 150 92 136 0 0.39 0.09 0.41 314.48 0.24 0.47
Hex 96 5C 88 0 27 9 29 13A 18 2F
Octal 226 134 210 0 47 11 51 472 30 57
Binary 10010110 1011100 10001000 0 100111 1001 101001 100111010 11000 101111

Color Harmonies of #965C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C88

Black with #965C88

Text Example


Text Example

White with #965C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,136); }

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

background-color css

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

 a { background-color: rgb(150,92,136); }

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

border-color css

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

 span { border-color: rgb(150,92,136); }

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