Html Css Color HEX #9485BB Cold Purple

📋 copy color: '#9485BB'

red 148 ◦ green 133 ◦ blue 187

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

Shades of Cold Purple #9485BB

Tints of Cold Purple #9485BB

RGB

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

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

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

R = 31.62%
G = 28.42%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9485BB (or 0x9485BB) is known color: Cold Purple. HEX triplet: 94, 85 and BB. RGB value is (148,133,187). Sum of RGB (Red+Green+Blue) = 148+133+187=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9485BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485BB is #6B7A44. Grayscale: #8F8F8F. Windows color (decimal): -7043653 or 12289428. OLE color: 12289428.

HSL color Cylindrical-coordinate representation of color #9485BB: hue angle of 256.67º 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 #9485BB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 133 187 -
CMYK 0.21 0.29 0 0.27
HSL 256.67º 0.28% 0.63% -
HSV(B) 256.67º 0.29% 0.73% -
XYZ 29.57 26.66 50.6 -
YUV 143.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 148 133 187 0.21 0.29 0 0.27 256.67 0.28 0.63
Hex 94 85 BB 15 1D 0 1B 101 1C 3F
Octal 224 205 273 25 35 0 33 401 34 77
Binary 10010100 10000101 10111011 10101 11101 0 11011 100000001 11100 111111

Color Harmonies of #9485BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485BB

Black with #9485BB

Text Example


Text Example

White with #9485BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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