Html Css Color HEX #965283 Strikemaster

📋 copy color: '#965283'

red 150 ◦ green 82 ◦ blue 131

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

Shades of Strikemaster #965283

Tints of Strikemaster #965283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 41.32%
G = 22.59%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#965283 (or 0x965283) is known color: Strikemaster. HEX triplet: 96, 52 and 83. RGB value is (150,82,131). Sum of RGB (Red+Green+Blue) = 150+82+131=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965283 is #69AD7C. Grayscale: #6B6B6B. Windows color (decimal): -6925693 or 8606358. OLE color: 8606358.

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

Color convert

RGB 150 82 131 -
CMYK 0 0.45 0.13 0.41
HSL 316.76º 0.29% 0.45% -
HSV(B) 316.76º 0.45% 0.59% -
XYZ 19.69 14.16 23.17 -
YUV 107.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 150 82 131 0 0.45 0.13 0.41 316.76 0.29 0.45
Hex 96 52 83 0 2D D 29 13D 1D 2D
Octal 226 122 203 0 55 15 51 475 35 55
Binary 10010110 1010010 10000011 0 101101 1101 101001 100111101 11101 101101

Color Harmonies of #965283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965283

Black with #965283

Text Example


Text Example

White with #965283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965283; }

 p { color: rgb(150,82,131); }

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

background-color css

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

 a { background-color: rgb(150,82,131); }

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

border-color css

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

 span { border-color: rgb(150,82,131); }

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