Html Css Color HEX #9080BB Cold Purple

📋 copy color: '#9080BB'

red 144 ◦ green 128 ◦ blue 187

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

Shades of Cold Purple #9080BB

Tints of Cold Purple #9080BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 31.37%
G = 27.89%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9080BB (or 0x9080BB) is known color: Cold Purple. HEX triplet: 90, 80 and BB. RGB value is (144,128,187). Sum of RGB (Red+Green+Blue) = 144+128+187=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #9080BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080BB is #6F7F44. Grayscale: #8B8B8B. Windows color (decimal): -7307077 or 12288144. OLE color: 12288144.

HSL color Cylindrical-coordinate representation of color #9080BB: hue angle of 256.27º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9080BB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 128 187 -
CMYK 0.23 0.32 0 0.27
HSL 256.27º 0.3% 0.62% -
HSV(B) 256.27º 0.32% 0.73% -
XYZ 28.19 24.96 50.34 -
YUV 139.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 144 128 187 0.23 0.32 0 0.27 256.27 0.3 0.62
Hex 90 80 BB 17 20 0 1B 100 1E 3E
Octal 220 200 273 27 40 0 33 400 36 76
Binary 10010000 10000000 10111011 10111 100000 0 11011 100000000 11110 111110

Color Harmonies of #9080BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080BB

Black with #9080BB

Text Example


Text Example

White with #9080BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9080BB; }

 p { color: rgb(144,128,187); }

 H1.HeaderClassName
 {
   color: #9080BB;
 }
 .AnyTagClassName
 {
   color: #9080BB;
 }
</style>

background-color css

<style>
 a { background-color: #9080BB; }

 a { background-color: rgb(144,128,187); }

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

border-color css

<style>
 span { border-color: #9080BB; }

 span { border-color: rgb(144,128,187); }

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