Html Css Color HEX #9085BE Cold Purple

📋 copy color: '#9085BE'

red 144 ◦ green 133 ◦ blue 190

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

Shades of Cold Purple #9085BE

Tints of Cold Purple #9085BE

RGB

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

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

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

R = 30.84%
G = 28.48%
B = 40.69%

CMYK

 C value IS 0.24

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9085BE (or 0x9085BE) is known color: Cold Purple. HEX triplet: 90, 85 and BE. RGB value is (144,133,190). Sum of RGB (Red+Green+Blue) = 144+133+190=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9085BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085BE is #6F7A41. Grayscale: #8E8E8E. Windows color (decimal): -7305794 or 12486032. OLE color: 12486032.

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

Color convert

RGB 144 133 190 -
CMYK 0.24 0.3 0 0.25
HSL 251.58º 0.3% 0.63% -
HSV(B) 251.58º 0.3% 0.75% -
XYZ 29.18 26.42 52.28 -
YUV 142.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 144 133 190 0.24 0.3 0 0.25 251.58 0.3 0.63
Hex 90 85 BE 18 1E 0 19 FC 1E 3F
Octal 220 205 276 30 36 0 31 374 36 77
Binary 10010000 10000101 10111110 11000 11110 0 11001 11111100 11110 111111

Color Harmonies of #9085BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085BE

Black with #9085BE

Text Example


Text Example

White with #9085BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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