Html Css Color HEX #9583BC Cold Purple

📋 copy color: '#9583BC'

red 149 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #9583BC

Tints of Cold Purple #9583BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 31.84%
G = 27.99%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9583BC (or 0x9583BC) is known color: Cold Purple. HEX triplet: 95, 83 and BC. RGB value is (149,131,188). Sum of RGB (Red+Green+Blue) = 149+131+188=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9583BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BC is #6A7C43. Grayscale: #8E8E8E. Windows color (decimal): -6978628 or 12354453. OLE color: 12354453.

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

Color convert

RGB 149 131 188 -
CMYK 0.21 0.30 0 0.26
HSL 258.95º 0.3% 0.63% -
HSV(B) 258.95º 0.3% 0.74% -
XYZ 29.59 26.25 51.08 -
YUV 142.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 149 131 188 0.21 0.30 0 0.26 258.95 0.3 0.63
Hex 95 83 BC 15 1E 0 1A 103 1E 3F
Octal 225 203 274 25 36 0 32 403 36 77
Binary 10010101 10000011 10111100 10101 11110 0 11010 100000011 11110 111111

Color Harmonies of #9583BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583BC

Black with #9583BC

Text Example


Text Example

White with #9583BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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