Html Css Color HEX #9582B7 Cold Purple

📋 copy color: '#9582B7'

red 149 ◦ green 130 ◦ blue 183

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

Shades of Cold Purple #9582B7

Tints of Cold Purple #9582B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 32.25%
G = 28.14%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9582B7 (or 0x9582B7) is known color: Cold Purple. HEX triplet: 95, 82 and B7. RGB value is (149,130,183). Sum of RGB (Red+Green+Blue) = 149+130+183=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #9582B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582B7 is #6A7D48. Grayscale: #8D8D8D. Windows color (decimal): -6978889 or 12026517. OLE color: 12026517.

HSL color Cylindrical-coordinate representation of color #9582B7: hue angle of 261.51º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9582B7 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 130 183 -
CMYK 0.19 0.29 0 0.28
HSL 261.51º 0.27% 0.61% -
HSV(B) 261.51º 0.29% 0.72% -
XYZ 28.92 25.77 48.25 -
YUV 141.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 149 130 183 0.19 0.29 0 0.28 261.51 0.27 0.61
Hex 95 82 B7 13 1D 0 1C 106 1B 3D
Octal 225 202 267 23 35 0 34 406 33 75
Binary 10010101 10000010 10110111 10011 11101 0 11100 100000110 11011 111101

Color Harmonies of #9582B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582B7

Black with #9582B7

Text Example


Text Example

White with #9582B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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