Html Css Color HEX #965384 Strikemaster

📋 copy color: '#965384'

red 150 ◦ green 83 ◦ blue 132

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

Shades of Strikemaster #965384

Tints of Strikemaster #965384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 41.1%
G = 22.74%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#965384 (or 0x965384) is known color: Strikemaster. HEX triplet: 96, 53 and 84. RGB value is (150,83,132). Sum of RGB (Red+Green+Blue) = 150+83+132=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965384 is #69AC7B. Grayscale: #6C6C6C. Windows color (decimal): -6925436 or 8672150. OLE color: 8672150.

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

Color convert

RGB 150 83 132 -
CMYK 0 0.45 0.12 0.41
HSL 316.12º 0.29% 0.46% -
HSV(B) 316.12º 0.45% 0.59% -
XYZ 19.84 14.34 23.55 -
YUV 108.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 150 83 132 0 0.45 0.12 0.41 316.12 0.29 0.46
Hex 96 53 84 0 2D C 29 13C 1D 2E
Octal 226 123 204 0 55 14 51 474 35 56
Binary 10010110 1010011 10000100 0 101101 1100 101001 100111100 11101 101110

Color Harmonies of #965384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965384

Black with #965384

Text Example


Text Example

White with #965384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965384; }

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

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

background-color css

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

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

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

border-color css

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

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

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