Html Css Color HEX #9680C1 Cold Purple

📋 copy color: '#9680C1'

red 150 ◦ green 128 ◦ blue 193

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

Shades of Cold Purple #9680C1

Tints of Cold Purple #9680C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 31.85%
G = 27.18%
B = 40.98%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9680C1 (or 0x9680C1) is known color: Cold Purple. HEX triplet: 96, 80 and C1. RGB value is (150,128,193). Sum of RGB (Red+Green+Blue) = 150+128+193=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #9680C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680C1 is #697F3E. Grayscale: #8D8D8D. Windows color (decimal): -6913855 or 12681366. OLE color: 12681366.

HSL color Cylindrical-coordinate representation of color #9680C1: hue angle of 260.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9680C1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 128 193 -
CMYK 0.22 0.34 0 0.24
HSL 260.31º 0.34% 0.63% -
HSV(B) 260.31º 0.34% 0.76% -
XYZ 29.92 25.77 53.85 -
YUV 141.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 150 128 193 0.22 0.34 0 0.24 260.31 0.34 0.63
Hex 96 80 C1 16 22 0 18 104 22 3F
Octal 226 200 301 26 42 0 30 404 42 77
Binary 10010110 10000000 11000001 10110 100010 0 11000 100000100 100010 111111

Color Harmonies of #9680C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680C1

Black with #9680C1

Text Example


Text Example

White with #9680C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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