Html Css Color HEX #965084 Strikemaster

📋 copy color: '#965084'

red 150 ◦ green 80 ◦ blue 132

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

Shades of Strikemaster #965084

Tints of Strikemaster #965084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 41.44%
G = 22.1%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#965084 (or 0x965084) is known color: Strikemaster. HEX triplet: 96, 50 and 84. RGB value is (150,80,132). Sum of RGB (Red+Green+Blue) = 150+80+132=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965084 is #69AF7B. Grayscale: #6A6A6A. Windows color (decimal): -6926204 or 8671382. OLE color: 8671382.

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

Color convert

RGB 150 80 132 -
CMYK 0 0.47 0.12 0.41
HSL 315.43º 0.3% 0.45% -
HSV(B) 315.43º 0.47% 0.59% -
XYZ 19.61 13.89 23.48 -
YUV 106.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 150 80 132 0 0.47 0.12 0.41 315.43 0.3 0.45
Hex 96 50 84 0 2F C 29 13B 1E 2D
Octal 226 120 204 0 57 14 51 473 36 55
Binary 10010110 1010000 10000100 0 101111 1100 101001 100111011 11110 101101

Color Harmonies of #965084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965084

Black with #965084

Text Example


Text Example

White with #965084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965084; }

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

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

background-color css

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

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

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

border-color css

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

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

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