Html Css Color HEX #9183B9 Cold Purple

📋 copy color: '#9183B9'

red 145 ◦ green 131 ◦ blue 185

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

Shades of Cold Purple #9183B9

Tints of Cold Purple #9183B9

RGB

 RED value IS 145 (57.03% from 255) = 31.45%

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 31.45%
G = 28.42%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9183B9 (or 0x9183B9) is known color: Cold Purple. HEX triplet: 91, 83 and B9. RGB value is (145,131,185). Sum of RGB (Red+Green+Blue) = 145+131+185=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #9183B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183B9 is #6E7C46. Grayscale: #8D8D8D. Windows color (decimal): -7240775 or 12157841. OLE color: 12157841.

HSL color Cylindrical-coordinate representation of color #9183B9: hue angle of 255.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9183B9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 131 185 -
CMYK 0.22 0.29 0 0.27
HSL 255.56º 0.28% 0.62% -
HSV(B) 255.56º 0.29% 0.73% -
XYZ 28.55 25.76 49.37 -
YUV 141.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 145 131 185 0.22 0.29 0 0.27 255.56 0.28 0.62
Hex 91 83 B9 16 1D 0 1B 100 1C 3E
Octal 221 203 271 26 35 0 33 400 34 76
Binary 10010001 10000011 10111001 10110 11101 0 11011 100000000 11100 111110

Color Harmonies of #9183B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9183B9

Black with #9183B9

Text Example


Text Example

White with #9183B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9183B9; }

 p { color: rgb(145,131,185); }

 H1.HeaderClassName
 {
   color: #9183B9;
 }
 .AnyTagClassName
 {
   color: #9183B9;
 }
</style>

background-color css

<style>
 a { background-color: #9183B9; }

 a { background-color: rgb(145,131,185); }

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

border-color css

<style>
 span { border-color: #9183B9; }

 span { border-color: rgb(145,131,185); }

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