Html Css Color HEX #9780BD Cold Purple

📋 copy color: '#9780BD'

red 151 ◦ green 128 ◦ blue 189

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

Shades of Cold Purple #9780BD

Tints of Cold Purple #9780BD

RGB

 RED value IS 151 (59.38% from 255) = 32.26%

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 32.26%
G = 27.35%
B = 40.38%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9780BD (or 0x9780BD) is known color: Cold Purple. HEX triplet: 97, 80 and BD. RGB value is (151,128,189). Sum of RGB (Red+Green+Blue) = 151+128+189=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #9780BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BD is #687F42. Grayscale: #8D8D8D. Windows color (decimal): -6848323 or 12419223. OLE color: 12419223.

HSL color Cylindrical-coordinate representation of color #9780BD: hue angle of 262.62º degrees, saturation: 0.32, 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 #9780BD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 128 189 -
CMYK 0.20 0.32 0 0.26
HSL 262.62º 0.32% 0.62% -
HSV(B) 262.62º 0.32% 0.74% -
XYZ 29.67 25.69 51.54 -
YUV 141.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 151 128 189 0.20 0.32 0 0.26 262.62 0.32 0.62
Hex 97 80 BD 14 20 0 1A 107 20 3E
Octal 227 200 275 24 40 0 32 407 40 76
Binary 10010111 10000000 10111101 10100 100000 0 11010 100000111 100000 111110

Color Harmonies of #9780BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780BD

Black with #9780BD

Text Example


Text Example

White with #9780BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9780BD; }

 p { color: rgb(151,128,189); }

 H1.HeaderClassName
 {
   color: #9780BD;
 }
 .AnyTagClassName
 {
   color: #9780BD;
 }
</style>

background-color css

<style>
 a { background-color: #9780BD; }

 a { background-color: rgb(151,128,189); }

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

border-color css

<style>
 span { border-color: #9780BD; }

 span { border-color: rgb(151,128,189); }

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