Html Css Color HEX #9680BF Cold Purple

📋 copy color: '#9680BF'

red 150 ◦ green 128 ◦ blue 191

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

Shades of Cold Purple #9680BF

Tints of Cold Purple #9680BF

RGB

 RED value IS 150 (58.98% from 255) = 31.98%

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

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

R = 31.98%
G = 27.29%
B = 40.72%

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

#9680BF (or 0x9680BF) is known color: Cold Purple. HEX triplet: 96, 80 and BF. RGB value is (150,128,191). Sum of RGB (Red+Green+Blue) = 150+128+191=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #9680BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680BF is #697F40. Grayscale: #8D8D8D. Windows color (decimal): -6913857 or 12550294. OLE color: 12550294.

HSL color Cylindrical-coordinate representation of color #9680BF: hue angle of 260.95º 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 #9680BF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 128 191 -
CMYK 0.21 0.33 0 0.25
HSL 260.95º 0.33% 0.63% -
HSV(B) 260.95º 0.33% 0.75% -
XYZ 29.7 25.68 52.68 -
YUV 141.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 150 128 191 0.21 0.33 0 0.25 260.95 0.33 0.63
Hex 96 80 BF 15 21 0 19 105 21 3F
Octal 226 200 277 25 41 0 31 405 41 77
Binary 10010110 10000000 10111111 10101 100001 0 11001 100000101 100001 111111

Color Harmonies of #9680BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680BF

Black with #9680BF

Text Example


Text Example

White with #9680BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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