Html Css Color HEX #9680D1 True V

📋 copy color: '#9680D1'

red 150 ◦ green 128 ◦ blue 209

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

Shades of True V #9680D1

Tints of True V #9680D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.92%

R = 30.8%
G = 26.28%
B = 42.92%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9680D1 (or 0x9680D1) is known color: True V. HEX triplet: 96, 80 and D1. RGB value is (150,128,209). Sum of RGB (Red+Green+Blue) = 150+128+209=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #9680D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680D1 is #697F2E. Grayscale: #8F8F8F. Windows color (decimal): -6913839 or 13729942. OLE color: 13729942.

HSL color Cylindrical-coordinate representation of color #9680D1: hue angle of 256.3º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9680D1 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 128 209 -
CMYK 0.28 0.39 0 0.18
HSL 256.3º 0.47% 0.66% -
HSV(B) 256.3º 0.39% 0.82% -
XYZ 31.81 26.53 63.77 -
YUV 143.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 150 128 209 0.28 0.39 0 0.18 256.3 0.47 0.66
Hex 96 80 D1 1C 27 0 12 100 2F 42
Octal 226 200 321 34 47 0 22 400 57 102
Binary 10010110 10000000 11010001 11100 100111 0 10010 100000000 101111 1000010

Color Harmonies of #9680D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680D1

Black with #9680D1

Text Example


Text Example

White with #9680D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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