Html Css Color HEX #9085BB Cold Purple

📋 copy color: '#9085BB'

red 144 ◦ green 133 ◦ blue 187

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

Shades of Cold Purple #9085BB

Tints of Cold Purple #9085BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 31.03%
G = 28.66%
B = 40.3%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9085BB (or 0x9085BB) is known color: Cold Purple. HEX triplet: 90, 85 and BB. RGB value is (144,133,187). Sum of RGB (Red+Green+Blue) = 144+133+187=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9085BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085BB is #6F7A44. Grayscale: #8E8E8E. Windows color (decimal): -7305797 or 12289424. OLE color: 12289424.

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

Color convert

RGB 144 133 187 -
CMYK 0.23 0.29 0 0.27
HSL 252.22º 0.28% 0.63% -
HSV(B) 252.22º 0.29% 0.73% -
XYZ 28.86 26.29 50.57 -
YUV 142.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 144 133 187 0.23 0.29 0 0.27 252.22 0.28 0.63
Hex 90 85 BB 17 1D 0 1B FC 1C 3F
Octal 220 205 273 27 35 0 33 374 34 77
Binary 10010000 10000101 10111011 10111 11101 0 11011 11111100 11100 111111

Color Harmonies of #9085BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085BB

Black with #9085BB

Text Example


Text Example

White with #9085BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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