Html Css Color HEX #965381 Strikemaster

📋 copy color: '#965381'

red 150 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #965381

Tints of Strikemaster #965381

RGB

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

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

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

R = 41.44%
G = 22.93%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#965381 (or 0x965381) is known color: Strikemaster. HEX triplet: 96, 53 and 81. RGB value is (150,83,129). Sum of RGB (Red+Green+Blue) = 150+83+129=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965381 is #69AC7E. Grayscale: #6C6C6C. Windows color (decimal): -6925439 or 8475542. OLE color: 8475542.

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

Color convert

RGB 150 83 129 -
CMYK 0 0.45 0.14 0.41
HSL 318.81º 0.29% 0.46% -
HSV(B) 318.81º 0.45% 0.59% -
XYZ 19.63 14.26 22.49 -
YUV 108.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 150 83 129 0 0.45 0.14 0.41 318.81 0.29 0.46
Hex 96 53 81 0 2D E 29 13F 1D 2E
Octal 226 123 201 0 55 16 51 477 35 56
Binary 10010110 1010011 10000001 0 101101 1110 101001 100111111 11101 101110

Color Harmonies of #965381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965381

Black with #965381

Text Example


Text Example

White with #965381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965381; }

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

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

background-color css

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

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

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

border-color css

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

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

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