Html Css Color HEX #9084B9 Cold Purple

📋 copy color: '#9084B9'

red 144 ◦ green 132 ◦ blue 185

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

Shades of Cold Purple #9084B9

Tints of Cold Purple #9084B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

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

R = 31.24%
G = 28.63%
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

#9084B9 (or 0x9084B9) is known color: Cold Purple. HEX triplet: 90, 84 and B9. RGB value is (144,132,185). Sum of RGB (Red+Green+Blue) = 144+132+185=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 132 (51.95% from 255 or 28.63% 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 #9084B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084B9 is #6F7B46. Grayscale: #8D8D8D. Windows color (decimal): -7306055 or 12158096. OLE color: 12158096.

HSL color Cylindrical-coordinate representation of color #9084B9: hue angle of 253.58º degrees, saturation: 0.27, 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 #9084B9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 132 185 -
CMYK 0.22 0.29 0 0.27
HSL 253.58º 0.27% 0.62% -
HSV(B) 253.58º 0.29% 0.73% -
XYZ 28.51 25.93 49.4 -
YUV 141.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 144 132 185 0.22 0.29 0 0.27 253.58 0.27 0.62
Hex 90 84 B9 16 1D 0 1B FE 1B 3E
Octal 220 204 271 26 35 0 33 376 33 76
Binary 10010000 10000100 10111001 10110 11101 0 11011 11111110 11011 111110

Color Harmonies of #9084B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084B9

Black with #9084B9

Text Example


Text Example

White with #9084B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,132,185); }

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

background-color css

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

 a { background-color: rgb(144,132,185); }

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

border-color css

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

 span { border-color: rgb(144,132,185); }

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