Html Css Color HEX #995381 Strikemaster

📋 copy color: '#995381'

red 153 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #995381

Tints of Strikemaster #995381

RGB

 RED value IS 153 (60.16% from 255) = 41.92%

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

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

R = 41.92%
G = 22.74%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995381 (or 0x995381) is known color: Strikemaster. HEX triplet: 99, 53 and 81. RGB value is (153,83,129). Sum of RGB (Red+Green+Blue) = 153+83+129=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #995381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995381 is #66AC7E. Grayscale: #6D6D6D. Windows color (decimal): -6728831 or 8475545. OLE color: 8475545.

HSL color Cylindrical-coordinate representation of color #995381: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995381 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 129 -
CMYK 0 0.46 0.16 0.4
HSL 320.57º 0.3% 0.46% -
HSV(B) 320.57º 0.46% 0.6% -
XYZ 20.19 14.54 22.51 -
YUV 109.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 153 83 129 0 0.46 0.16 0.4 320.57 0.3 0.46
Hex 99 53 81 0 2E 10 28 141 1E 2E
Octal 231 123 201 0 56 20 50 501 36 56
Binary 10011001 1010011 10000001 0 101110 10000 101000 101000001 11110 101110

Color Harmonies of #995381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995381

Black with #995381

Text Example


Text Example

White with #995381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995381; }

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

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

background-color css

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

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

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

border-color css

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

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

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