Html Css Color HEX #9582BD Cold Purple

📋 copy color: '#9582BD'

red 149 ◦ green 130 ◦ blue 189

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

Shades of Cold Purple #9582BD

Tints of Cold Purple #9582BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 31.84%
G = 27.78%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9582BD (or 0x9582BD) is known color: Cold Purple. HEX triplet: 95, 82 and BD. RGB value is (149,130,189). Sum of RGB (Red+Green+Blue) = 149+130+189=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #9582BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BD is #6A7D42. Grayscale: #8E8E8E. Windows color (decimal): -6978883 or 12419733. OLE color: 12419733.

HSL color Cylindrical-coordinate representation of color #9582BD: hue angle of 259.32º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9582BD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 130 189 -
CMYK 0.21 0.31 0 0.26
HSL 259.32º 0.31% 0.63% -
HSV(B) 259.32º 0.31% 0.74% -
XYZ 29.56 26.03 51.61 -
YUV 142.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 149 130 189 0.21 0.31 0 0.26 259.32 0.31 0.63
Hex 95 82 BD 15 1F 0 1A 103 1F 3F
Octal 225 202 275 25 37 0 32 403 37 77
Binary 10010101 10000010 10111101 10101 11111 0 11010 100000011 11111 111111

Color Harmonies of #9582BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582BD

Black with #9582BD

Text Example


Text Example

White with #9582BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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