Html Css Color HEX #9780BF Cold Purple

📋 copy color: '#9780BF'

red 151 ◦ green 128 ◦ blue 191

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

Shades of Cold Purple #9780BF

Tints of Cold Purple #9780BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 32.13%
G = 27.23%
B = 40.64%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9780BF (or 0x9780BF) is known color: Cold Purple. HEX triplet: 97, 80 and BF. RGB value is (151,128,191). Sum of RGB (Red+Green+Blue) = 151+128+191=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9780BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780BF is #687F40. Grayscale: #8D8D8D. Windows color (decimal): -6848321 or 12550295. OLE color: 12550295.

HSL color Cylindrical-coordinate representation of color #9780BF: hue angle of 261.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9780BF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 128 191 -
CMYK 0.21 0.33 0 0.25
HSL 261.9º 0.33% 0.63% -
HSV(B) 261.9º 0.33% 0.75% -
XYZ 29.89 25.78 52.69 -
YUV 142.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 151 128 191 0.21 0.33 0 0.25 261.9 0.33 0.63
Hex 97 80 BF 15 21 0 19 106 21 3F
Octal 227 200 277 25 41 0 31 406 41 77
Binary 10010111 10000000 10111111 10101 100001 0 11001 100000110 100001 111111

Color Harmonies of #9780BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780BF

Black with #9780BF

Text Example


Text Example

White with #9780BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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