Html Css Color HEX #965181 Strikemaster

📋 copy color: '#965181'

red 150 ◦ green 81 ◦ blue 129

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

Shades of Strikemaster #965181

Tints of Strikemaster #965181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 41.67%
G = 22.5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#965181 (or 0x965181) is known color: Strikemaster. HEX triplet: 96, 51 and 81. RGB value is (150,81,129). Sum of RGB (Red+Green+Blue) = 150+81+129=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965181 is #69AE7E. Grayscale: #6A6A6A. Windows color (decimal): -6925951 or 8475030. OLE color: 8475030.

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

Color convert

RGB 150 81 129 -
CMYK 0 0.46 0.14 0.41
HSL 318.26º 0.3% 0.45% -
HSV(B) 318.26º 0.46% 0.59% -
XYZ 19.48 13.95 22.44 -
YUV 107.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 150 81 129 0 0.46 0.14 0.41 318.26 0.3 0.45
Hex 96 51 81 0 2E E 29 13E 1E 2D
Octal 226 121 201 0 56 16 51 476 36 55
Binary 10010110 1010001 10000001 0 101110 1110 101001 100111110 11110 101101

Color Harmonies of #965181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965181

Black with #965181

Text Example


Text Example

White with #965181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965181; }

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

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

background-color css

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

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

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

border-color css

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

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

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