Html Css Color HEX #9680CF True V

📋 copy color: '#9680CF'

red 150 ◦ green 128 ◦ blue 207

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

Shades of True V #9680CF

Tints of True V #9680CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 30.93%
G = 26.39%
B = 42.68%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9680CF (or 0x9680CF) is known color: True V. HEX triplet: 96, 80 and CF. RGB value is (150,128,207). Sum of RGB (Red+Green+Blue) = 150+128+207=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #9680CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680CF is #697F30. Grayscale: #8F8F8F. Windows color (decimal): -6913841 or 13598870. OLE color: 13598870.

HSL color Cylindrical-coordinate representation of color #9680CF: hue angle of 256.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9680CF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 128 207 -
CMYK 0.28 0.38 0 0.19
HSL 256.71º 0.45% 0.66% -
HSV(B) 256.71º 0.38% 0.81% -
XYZ 31.56 26.43 62.47 -
YUV 143.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 150 128 207 0.28 0.38 0 0.19 256.71 0.45 0.66
Hex 96 80 CF 1C 26 0 13 101 2D 42
Octal 226 200 317 34 46 0 23 401 55 102
Binary 10010110 10000000 11001111 11100 100110 0 10011 100000001 101101 1000010

Color Harmonies of #9680CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680CF

Black with #9680CF

Text Example


Text Example

White with #9680CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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