Html Css Color HEX #9085BD Cold Purple

📋 copy color: '#9085BD'

red 144 ◦ green 133 ◦ blue 189

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

Shades of Cold Purple #9085BD

Tints of Cold Purple #9085BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 30.9%
G = 28.54%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9085BD (or 0x9085BD) is known color: Cold Purple. HEX triplet: 90, 85 and BD. RGB value is (144,133,189). Sum of RGB (Red+Green+Blue) = 144+133+189=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #9085BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085BD is #6F7A42. Grayscale: #8E8E8E. Windows color (decimal): -7305795 or 12420496. OLE color: 12420496.

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

Color convert

RGB 144 133 189 -
CMYK 0.24 0.30 0 0.26
HSL 251.79º 0.3% 0.63% -
HSV(B) 251.79º 0.3% 0.74% -
XYZ 29.07 26.38 51.7 -
YUV 142.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 144 133 189 0.24 0.30 0 0.26 251.79 0.3 0.63
Hex 90 85 BD 18 1E 0 1A FC 1E 3F
Octal 220 205 275 30 36 0 32 374 36 77
Binary 10010000 10000101 10111101 11000 11110 0 11010 11111100 11110 111111

Color Harmonies of #9085BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085BD

Black with #9085BD

Text Example


Text Example

White with #9085BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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