Html Css Color HEX #9485BA Cold Purple

📋 copy color: '#9485BA'

red 148 ◦ green 133 ◦ blue 186

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

Shades of Cold Purple #9485BA

Tints of Cold Purple #9485BA

RGB

 RED value IS 148 (58.2% from 255) = 31.69%

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 31.69%
G = 28.48%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9485BA (or 0x9485BA) is known color: Cold Purple. HEX triplet: 94, 85 and BA. RGB value is (148,133,186). Sum of RGB (Red+Green+Blue) = 148+133+186=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9485BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485BA is #6B7A45. Grayscale: #8F8F8F. Windows color (decimal): -7043654 or 12223892. OLE color: 12223892.

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

Color convert

RGB 148 133 186 -
CMYK 0.20 0.28 0 0.27
HSL 256.98º 0.28% 0.63% -
HSV(B) 256.98º 0.28% 0.73% -
XYZ 29.46 26.62 50.04 -
YUV 143.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 148 133 186 0.20 0.28 0 0.27 256.98 0.28 0.63
Hex 94 85 BA 14 1C 0 1B 101 1C 3F
Octal 224 205 272 24 34 0 33 401 34 77
Binary 10010100 10000101 10111010 10100 11100 0 11011 100000001 11100 111111

Color Harmonies of #9485BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485BA

Black with #9485BA

Text Example


Text Example

White with #9485BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9485BA; }

 p { color: rgb(148,133,186); }

 H1.HeaderClassName
 {
   color: #9485BA;
 }
 .AnyTagClassName
 {
   color: #9485BA;
 }
</style>

background-color css

<style>
 a { background-color: #9485BA; }

 a { background-color: rgb(148,133,186); }

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

border-color css

<style>
 span { border-color: #9485BA; }

 span { border-color: rgb(148,133,186); }

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