Html Css Color HEX #9584BA Cold Purple

📋 copy color: '#9584BA'

red 149 ◦ green 132 ◦ blue 186

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

Shades of Cold Purple #9584BA

Tints of Cold Purple #9584BA

RGB

 RED value IS 149 (58.59% from 255) = 31.91%

 GREEN value IS 132 (51.95% from 255) = 28.27%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 31.91%
G = 28.27%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9584BA (or 0x9584BA) is known color: Cold Purple. HEX triplet: 95, 84 and BA. RGB value is (149,132,186). Sum of RGB (Red+Green+Blue) = 149+132+186=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9584BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584BA is #6A7B45. Grayscale: #8F8F8F. Windows color (decimal): -6978374 or 12223637. OLE color: 12223637.

HSL color Cylindrical-coordinate representation of color #9584BA: hue angle of 258.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9584BA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 132 186 -
CMYK 0.20 0.29 0 0.27
HSL 258.89º 0.28% 0.62% -
HSV(B) 258.89º 0.29% 0.73% -
XYZ 29.51 26.44 50 -
YUV 143.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 149 132 186 0.20 0.29 0 0.27 258.89 0.28 0.62
Hex 95 84 BA 14 1D 0 1B 103 1C 3E
Octal 225 204 272 24 35 0 33 403 34 76
Binary 10010101 10000100 10111010 10100 11101 0 11011 100000011 11100 111110

Color Harmonies of #9584BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9584BA

Black with #9584BA

Text Example


Text Example

White with #9584BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9584BA; }

 p { color: rgb(149,132,186); }

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

background-color css

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

 a { background-color: rgb(149,132,186); }

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

border-color css

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

 span { border-color: rgb(149,132,186); }

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