Html Css Color HEX #9582BB Cold Purple

📋 copy color: '#9582BB'

red 149 ◦ green 130 ◦ blue 187

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

Shades of Cold Purple #9582BB

Tints of Cold Purple #9582BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 31.97%
G = 27.9%
B = 40.13%

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

#9582BB (or 0x9582BB) is known color: Cold Purple. HEX triplet: 95, 82 and BB. RGB value is (149,130,187). Sum of RGB (Red+Green+Blue) = 149+130+187=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9582BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BB is #6A7D44. Grayscale: #8D8D8D. Windows color (decimal): -6978885 or 12288661. OLE color: 12288661.

HSL color Cylindrical-coordinate representation of color #9582BB: hue angle of 260º degrees, saturation: 0.3, 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 #9582BB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 130 187 -
CMYK 0.20 0.30 0 0.27
HSL 260º 0.3% 0.62% -
HSV(B) 260º 0.3% 0.73% -
XYZ 29.35 25.94 50.47 -
YUV 142.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 149 130 187 0.20 0.30 0 0.27 260 0.3 0.62
Hex 95 82 BB 14 1E 0 1B 104 1E 3E
Octal 225 202 273 24 36 0 33 404 36 76
Binary 10010101 10000010 10111011 10100 11110 0 11011 100000100 11110 111110

Color Harmonies of #9582BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582BB

Black with #9582BB

Text Example


Text Example

White with #9582BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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