Html Css Color HEX #9081BE Cold Purple

📋 copy color: '#9081BE'

red 144 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9081BE

Tints of Cold Purple #9081BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 31.1%
G = 27.86%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9081BE (or 0x9081BE) is known color: Cold Purple. HEX triplet: 90, 81 and BE. RGB value is (144,129,190). Sum of RGB (Red+Green+Blue) = 144+129+190=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9081BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081BE is #6F7E41. Grayscale: #8C8C8C. Windows color (decimal): -7306818 or 12485008. OLE color: 12485008.

HSL color Cylindrical-coordinate representation of color #9081BE: hue angle of 254.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9081BE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 129 190 -
CMYK 0.24 0.32 0 0.25
HSL 254.75º 0.32% 0.63% -
HSV(B) 254.75º 0.32% 0.75% -
XYZ 28.65 25.35 52.1 -
YUV 140.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 144 129 190 0.24 0.32 0 0.25 254.75 0.32 0.63
Hex 90 81 BE 18 20 0 19 FF 20 3F
Octal 220 201 276 30 40 0 31 377 40 77
Binary 10010000 10000001 10111110 11000 100000 0 11001 11111111 100000 111111

Color Harmonies of #9081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9081BE

Black with #9081BE

Text Example


Text Example

White with #9081BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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