Html Css Color HEX #9582BA Cold Purple

📋 copy color: '#9582BA'

red 149 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9582BA

Tints of Cold Purple #9582BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 32.04%
G = 27.96%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9582BA (or 0x9582BA) is known color: Cold Purple. HEX triplet: 95, 82 and BA. RGB value is (149,130,186). Sum of RGB (Red+Green+Blue) = 149+130+186=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9582BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BA is #6A7D45. Grayscale: #8D8D8D. Windows color (decimal): -6978886 or 12223125. OLE color: 12223125.

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

Color convert

RGB 149 130 186 -
CMYK 0.20 0.30 0 0.27
HSL 260.36º 0.29% 0.62% -
HSV(B) 260.36º 0.3% 0.73% -
XYZ 29.24 25.9 49.91 -
YUV 142.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 149 130 186 0.20 0.30 0 0.27 260.36 0.29 0.62
Hex 95 82 BA 14 1E 0 1B 104 1D 3E
Octal 225 202 272 24 36 0 33 404 35 76
Binary 10010101 10000010 10111010 10100 11110 0 11011 100000100 11101 111110

Color Harmonies of #9582BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582BA

Black with #9582BA

Text Example


Text Example

White with #9582BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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