Html Css Color HEX #9084BD Cold Purple

📋 copy color: '#9084BD'

red 144 ◦ green 132 ◦ blue 189

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

Shades of Cold Purple #9084BD

Tints of Cold Purple #9084BD

RGB

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

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

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

R = 30.97%
G = 28.39%
B = 40.65%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9084BD (or 0x9084BD) is known color: Cold Purple. HEX triplet: 90, 84 and BD. RGB value is (144,132,189). Sum of RGB (Red+Green+Blue) = 144+132+189=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #9084BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084BD is #6F7B42. Grayscale: #8D8D8D. Windows color (decimal): -7306051 or 12420240. OLE color: 12420240.

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

Color convert

RGB 144 132 189 -
CMYK 0.24 0.30 0 0.26
HSL 252.63º 0.3% 0.63% -
HSV(B) 252.63º 0.3% 0.74% -
XYZ 28.94 26.11 51.66 -
YUV 142.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 144 132 189 0.24 0.30 0 0.26 252.63 0.3 0.63
Hex 90 84 BD 18 1E 0 1A FD 1E 3F
Octal 220 204 275 30 36 0 32 375 36 77
Binary 10010000 10000100 10111101 11000 11110 0 11010 11111101 11110 111111

Color Harmonies of #9084BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084BD

Black with #9084BD

Text Example


Text Example

White with #9084BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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