Html Css Color HEX #9081BB Cold Purple

📋 copy color: '#9081BB'

red 144 ◦ green 129 ◦ blue 187

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

Shades of Cold Purple #9081BB

Tints of Cold Purple #9081BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 31.3%
G = 28.04%
B = 40.65%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9081BB (or 0x9081BB) is known color: Cold Purple. HEX triplet: 90, 81 and BB. RGB value is (144,129,187). Sum of RGB (Red+Green+Blue) = 144+129+187=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #9081BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081BB is #6F7E44. Grayscale: #8B8B8B. Windows color (decimal): -7306821 or 12288400. OLE color: 12288400.

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

Color convert

RGB 144 129 187 -
CMYK 0.23 0.31 0 0.27
HSL 255.52º 0.3% 0.62% -
HSV(B) 255.52º 0.31% 0.73% -
XYZ 28.32 25.22 50.39 -
YUV 140.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 144 129 187 0.23 0.31 0 0.27 255.52 0.3 0.62
Hex 90 81 BB 17 1F 0 1B 100 1E 3E
Octal 220 201 273 27 37 0 33 400 36 76
Binary 10010000 10000001 10111011 10111 11111 0 11011 100000000 11110 111110

Color Harmonies of #9081BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9081BB

Black with #9081BB

Text Example


Text Example

White with #9081BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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