Html Css Color HEX #9585B3 Cold Purple

📋 copy color: '#9585B3'

red 149 ◦ green 133 ◦ blue 179

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

Shades of Cold Purple #9585B3

Tints of Cold Purple #9585B3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 32.32%
G = 28.85%
B = 38.83%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9585B3 (or 0x9585B3) is known color: Cold Purple. HEX triplet: 95, 85 and B3. RGB value is (149,133,179). Sum of RGB (Red+Green+Blue) = 149+133+179=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #9585B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585B3 is #6A7A4C. Grayscale: #8E8E8E. Windows color (decimal): -6978125 or 11765141. OLE color: 11765141.

HSL color Cylindrical-coordinate representation of color #9585B3: hue angle of 260.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9585B3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 133 179 -
CMYK 0.17 0.26 0 0.30
HSL 260.87º 0.23% 0.61% -
HSV(B) 260.87º 0.26% 0.7% -
XYZ 28.92 26.42 46.22 -
YUV 143.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 149 133 179 0.17 0.26 0 0.30 260.87 0.23 0.61
Hex 95 85 B3 11 1A 0 1E 105 17 3D
Octal 225 205 263 21 32 0 36 405 27 75
Binary 10010101 10000101 10110011 10001 11010 0 11110 100000101 10111 111101

Color Harmonies of #9585B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585B3

Black with #9585B3

Text Example


Text Example

White with #9585B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9585B3; }

 p { color: rgb(149,133,179); }

 H1.HeaderClassName
 {
   color: #9585B3;
 }
 .AnyTagClassName
 {
   color: #9585B3;
 }
</style>

background-color css

<style>
 a { background-color: #9585B3; }

 a { background-color: rgb(149,133,179); }

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

border-color css

<style>
 span { border-color: #9585B3; }

 span { border-color: rgb(149,133,179); }

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