Html Css Color HEX #965082 Strikemaster

📋 copy color: '#965082'

red 150 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #965082

Tints of Strikemaster #965082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 41.67%
G = 22.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#965082 (or 0x965082) is known color: Strikemaster. HEX triplet: 96, 50 and 82. RGB value is (150,80,130). Sum of RGB (Red+Green+Blue) = 150+80+130=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965082 is #69AF7D. Grayscale: #6A6A6A. Windows color (decimal): -6926206 or 8540310. OLE color: 8540310.

HSL color Cylindrical-coordinate representation of color #965082: hue angle of 317.14º 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 #965082 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 130 -
CMYK 0 0.47 0.13 0.41
HSL 317.14º 0.3% 0.45% -
HSV(B) 317.14º 0.47% 0.59% -
XYZ 19.48 13.83 22.76 -
YUV 106.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 150 80 130 0 0.47 0.13 0.41 317.14 0.3 0.45
Hex 96 50 82 0 2F D 29 13D 1E 2D
Octal 226 120 202 0 57 15 51 475 36 55
Binary 10010110 1010000 10000010 0 101111 1101 101001 100111101 11110 101101

Color Harmonies of #965082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965082

Black with #965082

Text Example


Text Example

White with #965082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965082; }

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

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

background-color css

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

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

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

border-color css

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

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

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