Html Css Color HEX #9083BD Cold Purple

📋 copy color: '#9083BD'

red 144 ◦ green 131 ◦ blue 189

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

Shades of Cold Purple #9083BD

Tints of Cold Purple #9083BD

RGB

 RED value IS 144 (56.64% from 255) = 31.03%

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 31.03%
G = 28.23%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9083BD (or 0x9083BD) is known color: Cold Purple. HEX triplet: 90, 83 and BD. RGB value is (144,131,189). Sum of RGB (Red+Green+Blue) = 144+131+189=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #9083BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083BD is #6F7C42. Grayscale: #8D8D8D. Windows color (decimal): -7306307 or 12419984. OLE color: 12419984.

HSL color Cylindrical-coordinate representation of color #9083BD: hue angle of 253.45º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9083BD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 131 189 -
CMYK 0.24 0.31 0 0.26
HSL 253.45º 0.31% 0.63% -
HSV(B) 253.45º 0.31% 0.74% -
XYZ 28.8 25.84 51.61 -
YUV 141.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 144 131 189 0.24 0.31 0 0.26 253.45 0.31 0.63
Hex 90 83 BD 18 1F 0 1A FD 1F 3F
Octal 220 203 275 30 37 0 32 375 37 77
Binary 10010000 10000011 10111101 11000 11111 0 11010 11111101 11111 111111

Color Harmonies of #9083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9083BD

Black with #9083BD

Text Example


Text Example

White with #9083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9083BD; }

 p { color: rgb(144,131,189); }

 H1.HeaderClassName
 {
   color: #9083BD;
 }
 .AnyTagClassName
 {
   color: #9083BD;
 }
</style>

background-color css

<style>
 a { background-color: #9083BD; }

 a { background-color: rgb(144,131,189); }

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

border-color css

<style>
 span { border-color: #9083BD; }

 span { border-color: rgb(144,131,189); }

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