Html Css Color HEX #8583A4 Grey Suit

📋 copy color: '#8583A4'

red 133 ◦ green 131 ◦ blue 164

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

Shades of Grey Suit #8583A4

Tints of Grey Suit #8583A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 31.07%
G = 30.61%
B = 38.32%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8583A4 (or 0x8583A4) is known color: Grey Suit. HEX triplet: 85, 83 and A4. RGB value is (133,131,164). Sum of RGB (Red+Green+Blue) = 133+131+164=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #8583A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8583A4 is #7A7C5B. Grayscale: #878787. Windows color (decimal): -8027228 or 10781573. OLE color: 10781573.

HSL color Cylindrical-coordinate representation of color #8583A4: hue angle of 243.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8583A4 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 131 164 -
CMYK 0.19 0.20 0 0.36
HSL 243.64º 0.15% 0.58% -
HSV(B) 243.64º 0.2% 0.64% -
XYZ 24.49 23.9 38.44 -
YUV 135.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 133 131 164 0.19 0.20 0 0.36 243.64 0.15 0.58
Hex 85 83 A4 13 14 0 24 F4 F 3A
Octal 205 203 244 23 24 0 44 364 17 72
Binary 10000101 10000011 10100100 10011 10100 0 100100 11110100 1111 111010

Color Harmonies of #8583A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8583A4

Black with #8583A4

Text Example


Text Example

White with #8583A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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