Html Css Color HEX #965184 Strikemaster

📋 copy color: '#965184'

red 150 ◦ green 81 ◦ blue 132

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

Shades of Strikemaster #965184

Tints of Strikemaster #965184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 41.32%
G = 22.31%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#965184 (or 0x965184) is known color: Strikemaster. HEX triplet: 96, 51 and 84. RGB value is (150,81,132). Sum of RGB (Red+Green+Blue) = 150+81+132=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965184 is #69AE7B. Grayscale: #6B6B6B. Windows color (decimal): -6925948 or 8671638. OLE color: 8671638.

HSL color Cylindrical-coordinate representation of color #965184: hue angle of 315.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965184 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 132 -
CMYK 0 0.46 0.12 0.41
HSL 315.65º 0.3% 0.45% -
HSV(B) 315.65º 0.46% 0.59% -
XYZ 19.68 14.03 23.5 -
YUV 107.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 150 81 132 0 0.46 0.12 0.41 315.65 0.3 0.45
Hex 96 51 84 0 2E C 29 13C 1E 2D
Octal 226 121 204 0 56 14 51 474 36 55
Binary 10010110 1010001 10000100 0 101110 1100 101001 100111100 11110 101101

Color Harmonies of #965184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965184

Black with #965184

Text Example


Text Example

White with #965184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965184; }

 p { color: rgb(150,81,132); }

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

background-color css

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

 a { background-color: rgb(150,81,132); }

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

border-color css

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

 span { border-color: rgb(150,81,132); }

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