Html Css Color HEX #9183BC Cold Purple

📋 copy color: '#9183BC'

red 145 ◦ green 131 ◦ blue 188

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

Shades of Cold Purple #9183BC

Tints of Cold Purple #9183BC

RGB

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

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

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

R = 31.25%
G = 28.23%
B = 40.52%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9183BC (or 0x9183BC) is known color: Cold Purple. HEX triplet: 91, 83 and BC. RGB value is (145,131,188). Sum of RGB (Red+Green+Blue) = 145+131+188=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #9183BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183BC is #6E7C43. Grayscale: #8D8D8D. Windows color (decimal): -7240772 or 12354449. OLE color: 12354449.

HSL color Cylindrical-coordinate representation of color #9183BC: hue angle of 254.74º 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 #9183BC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 131 188 -
CMYK 0.23 0.30 0 0.26
HSL 254.74º 0.3% 0.63% -
HSV(B) 254.74º 0.3% 0.74% -
XYZ 28.87 25.88 51.05 -
YUV 141.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 145 131 188 0.23 0.30 0 0.26 254.74 0.3 0.63
Hex 91 83 BC 17 1E 0 1A FF 1E 3F
Octal 221 203 274 27 36 0 32 377 36 77
Binary 10010001 10000011 10111100 10111 11110 0 11010 11111111 11110 111111

Color Harmonies of #9183BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9183BC

Black with #9183BC

Text Example


Text Example

White with #9183BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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