Html Css Color HEX #9480BA Cold Purple

📋 copy color: '#9480BA'

red 148 ◦ green 128 ◦ blue 186

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

Shades of Cold Purple #9480BA

Tints of Cold Purple #9480BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 32.03%
G = 27.71%
B = 40.26%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9480BA (or 0x9480BA) is known color: Cold Purple. HEX triplet: 94, 80 and BA. RGB value is (148,128,186). Sum of RGB (Red+Green+Blue) = 148+128+186=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #9480BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480BA is #6B7F45. Grayscale: #8C8C8C. Windows color (decimal): -7044934 or 12222612. OLE color: 12222612.

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

Color convert

RGB 148 128 186 -
CMYK 0.20 0.31 0 0.27
HSL 260.69º 0.3% 0.62% -
HSV(B) 260.69º 0.31% 0.73% -
XYZ 28.79 25.28 49.82 -
YUV 140.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 148 128 186 0.20 0.31 0 0.27 260.69 0.3 0.62
Hex 94 80 BA 14 1F 0 1B 105 1E 3E
Octal 224 200 272 24 37 0 33 405 36 76
Binary 10010100 10000000 10111010 10100 11111 0 11011 100000101 11110 111110

Color Harmonies of #9480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480BA

Black with #9480BA

Text Example


Text Example

White with #9480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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