Html Css Color HEX #9485B0 Cold Purple

📋 copy color: '#9485B0'

red 148 ◦ green 133 ◦ blue 176

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

Shades of Cold Purple #9485B0

Tints of Cold Purple #9485B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 32.39%
G = 29.1%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9485B0 (or 0x9485B0) is known color: Cold Purple. HEX triplet: 94, 85 and B0. RGB value is (148,133,176). Sum of RGB (Red+Green+Blue) = 148+133+176=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #9485B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9485B0 is #6B7A4F. Grayscale: #8E8E8E. Windows color (decimal): -7043664 or 11568532. OLE color: 11568532.

HSL color Cylindrical-coordinate representation of color #9485B0: hue angle of 260.93º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9485B0 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 133 176 -
CMYK 0.16 0.24 0 0.31
HSL 260.93º 0.21% 0.61% -
HSV(B) 260.93º 0.24% 0.69% -
XYZ 28.44 26.21 44.63 -
YUV 142.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 148 133 176 0.16 0.24 0 0.31 260.93 0.21 0.61
Hex 94 85 B0 10 18 0 1F 105 15 3D
Octal 224 205 260 20 30 0 37 405 25 75
Binary 10010100 10000101 10110000 10000 11000 0 11111 100000101 10101 111101

Color Harmonies of #9485B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485B0

Black with #9485B0

Text Example


Text Example

White with #9485B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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