Html Css Color HEX #8583A6 Grey Suit

📋 copy color: '#8583A6'

red 133 ◦ green 131 ◦ blue 166

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

Shades of Grey Suit #8583A6

Tints of Grey Suit #8583A6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 30.93%
G = 30.47%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8583A6 (or 0x8583A6) is known color: Grey Suit. HEX triplet: 85, 83 and A6. RGB value is (133,131,166). Sum of RGB (Red+Green+Blue) = 133+131+166=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 166 - color contains mainly: blue. Hex color #8583A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8583A6 is #7A7C59. Grayscale: #878787. Windows color (decimal): -8027226 or 10912645. OLE color: 10912645.

HSL color Cylindrical-coordinate representation of color #8583A6: hue angle of 243.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8583A6 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 131 166 -
CMYK 0.20 0.21 0 0.35
HSL 243.43º 0.16% 0.58% -
HSV(B) 243.43º 0.21% 0.65% -
XYZ 24.67 23.97 39.4 -
YUV 135.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 133 131 166 0.20 0.21 0 0.35 243.43 0.16 0.58
Hex 85 83 A6 14 15 0 23 F3 10 3A
Octal 205 203 246 24 25 0 43 363 20 72
Binary 10000101 10000011 10100110 10100 10101 0 100011 11110011 10000 111010

Color Harmonies of #8583A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8583A6

Black with #8583A6

Text Example


Text Example

White with #8583A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8583A6; }

 p { color: rgb(133,131,166); }

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

background-color css

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

 a { background-color: rgb(133,131,166); }

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

border-color css

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

 span { border-color: rgb(133,131,166); }

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