Html Css Color HEX #9480BC Cold Purple

📋 copy color: '#9480BC'

red 148 ◦ green 128 ◦ blue 188

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

Shades of Cold Purple #9480BC

Tints of Cold Purple #9480BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 31.9%
G = 27.59%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9480BC (or 0x9480BC) is known color: Cold Purple. HEX triplet: 94, 80 and BC. RGB value is (148,128,188). Sum of RGB (Red+Green+Blue) = 148+128+188=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #9480BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480BC is #6B7F43. Grayscale: #8C8C8C. Windows color (decimal): -7044932 or 12353684. OLE color: 12353684.

HSL color Cylindrical-coordinate representation of color #9480BC: hue angle of 260º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9480BC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 128 188 -
CMYK 0.21 0.32 0 0.26
HSL 260º 0.31% 0.62% -
HSV(B) 260º 0.32% 0.74% -
XYZ 29.01 25.37 50.94 -
YUV 140.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 148 128 188 0.21 0.32 0 0.26 260 0.31 0.62
Hex 94 80 BC 15 20 0 1A 104 1F 3E
Octal 224 200 274 25 40 0 32 404 37 76
Binary 10010100 10000000 10111100 10101 100000 0 11010 100000100 11111 111110

Color Harmonies of #9480BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480BC

Black with #9480BC

Text Example


Text Example

White with #9480BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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