Html Css Color HEX #855F7A Strikemaster

📋 copy color: '#855F7A'

red 133 ◦ green 95 ◦ blue 122

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

Shades of Strikemaster #855F7A

Tints of Strikemaster #855F7A

RGB

 RED value IS 133 (52.34% from 255) = 38%

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 38%
G = 27.14%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#855F7A (or 0x855F7A) is known color: Strikemaster. HEX triplet: 85, 5F and 7A. RGB value is (133,95,122). Sum of RGB (Red+Green+Blue) = 133+95+122=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7A is #7AA085. Grayscale: #6D6D6D. Windows color (decimal): -8036486 or 8019845. OLE color: 8019845.

HSL color Cylindrical-coordinate representation of color #855F7A: hue angle of 317.37º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F7A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 122 -
CMYK 0 0.29 0.08 0.48
HSL 317.37º 0.17% 0.45% -
HSV(B) 317.37º 0.29% 0.52% -
XYZ 17.28 14.58 20.32 -
YUV 109.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 133 95 122 0 0.29 0.08 0.48 317.37 0.17 0.45
Hex 85 5F 7A 0 1D 8 30 13D 11 2D
Octal 205 137 172 0 35 10 60 475 21 55
Binary 10000101 1011111 1111010 0 11101 1000 110000 100111101 10001 101101

Color Harmonies of #855F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F7A

Black with #855F7A

Text Example


Text Example

White with #855F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F7A; }

 p { color: rgb(133,95,122); }

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

background-color css

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

 a { background-color: rgb(133,95,122); }

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

border-color css

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

 span { border-color: rgb(133,95,122); }

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