Html Css Color HEX #9680BC Cold Purple

📋 copy color: '#9680BC'

red 150 ◦ green 128 ◦ blue 188

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

Shades of Cold Purple #9680BC

Tints of Cold Purple #9680BC

RGB

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

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

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

R = 32.19%
G = 27.47%
B = 40.34%

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

#9680BC (or 0x9680BC) is known color: Cold Purple. HEX triplet: 96, 80 and BC. RGB value is (150,128,188). Sum of RGB (Red+Green+Blue) = 150+128+188=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9680BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680BC is #697F43. Grayscale: #8D8D8D. Windows color (decimal): -6913860 or 12353686. OLE color: 12353686.

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

Color convert

RGB 150 128 188 -
CMYK 0.20 0.32 0 0.26
HSL 262º 0.31% 0.62% -
HSV(B) 262º 0.32% 0.74% -
XYZ 29.37 25.55 50.96 -
YUV 141.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 150 128 188 0.20 0.32 0 0.26 262 0.31 0.62
Hex 96 80 BC 14 20 0 1A 106 1F 3E
Octal 226 200 274 24 40 0 32 406 37 76
Binary 10010110 10000000 10111100 10100 100000 0 11010 100000110 11111 111110

Color Harmonies of #9680BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680BC

Black with #9680BC

Text Example


Text Example

White with #9680BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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