Html Css Color HEX #9084B1 Cold Purple

📋 copy color: '#9084B1'

red 144 ◦ green 132 ◦ blue 177

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

Shades of Cold Purple #9084B1

Tints of Cold Purple #9084B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 31.79%
G = 29.14%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9084B1 (or 0x9084B1) is known color: Cold Purple. HEX triplet: 90, 84 and B1. RGB value is (144,132,177). Sum of RGB (Red+Green+Blue) = 144+132+177=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #9084B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9084B1 is #6F7B4E. Grayscale: #8C8C8C. Windows color (decimal): -7306063 or 11633808. OLE color: 11633808.

HSL color Cylindrical-coordinate representation of color #9084B1: hue angle of 256º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9084B1 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 132 177 -
CMYK 0.19 0.25 0 0.31
HSL 256º 0.22% 0.61% -
HSV(B) 256º 0.25% 0.69% -
XYZ 27.69 25.61 45.08 -
YUV 140.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 144 132 177 0.19 0.25 0 0.31 256 0.22 0.61
Hex 90 84 B1 13 19 0 1F 100 16 3D
Octal 220 204 261 23 31 0 37 400 26 75
Binary 10010000 10000100 10110001 10011 11001 0 11111 100000000 10110 111101

Color Harmonies of #9084B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084B1

Black with #9084B1

Text Example


Text Example

White with #9084B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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