Html Css Color HEX #9583BB Cold Purple

📋 copy color: '#9583BB'

red 149 ◦ green 131 ◦ blue 187

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

Shades of Cold Purple #9583BB

Tints of Cold Purple #9583BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 31.91%
G = 28.05%
B = 40.04%

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

#9583BB (or 0x9583BB) is known color: Cold Purple. HEX triplet: 95, 83 and BB. RGB value is (149,131,187). Sum of RGB (Red+Green+Blue) = 149+131+187=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9583BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BB is #6A7C44. Grayscale: #8E8E8E. Windows color (decimal): -6978629 or 12288917. OLE color: 12288917.

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

Color convert

RGB 149 131 187 -
CMYK 0.20 0.30 0 0.27
HSL 259.29º 0.29% 0.62% -
HSV(B) 259.29º 0.3% 0.73% -
XYZ 29.48 26.21 50.52 -
YUV 142.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 149 131 187 0.20 0.30 0 0.27 259.29 0.29 0.62
Hex 95 83 BB 14 1E 0 1B 103 1D 3E
Octal 225 203 273 24 36 0 33 403 35 76
Binary 10010101 10000011 10111011 10100 11110 0 11011 100000011 11101 111110

Color Harmonies of #9583BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583BB

Black with #9583BB

Text Example


Text Example

White with #9583BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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